To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 前?精?日 | 1001000101001111001111111001000010111000001111111001001111111010 | 914f3f90b83f93fa |
EUC-JP | 前?精?日 | 1100000110110000001111111100000010111010001111111100011011111100 | c1b03fc0ba3fc6fc |
UTF-8 | 前렖精렫日 | 111001011000100110001101111010111010000010010110111001111011001010111110111010111010000010101011111001101001011110100101 | e5898deba096e7b2beeba0abe697a5 |
UHC | 前렖精렫日 | 11101110111100011000111010101011111011111111000110001110101110011110110011101101 | eef18eabeff18eb9eced |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)