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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 堤????但 | 1001001011100111001111110011111100111111001111111001001001000001 | 92e73f3f3f3f9241 |
EUC-JP | 堤????但 | 1100010011101001001111110011111100111111001111111100001110100010 | c4e93f3f3f3fc3a2 |
UTF-8 | 堤렑롋뀜렯但 | 111001011010000010100100111010111010000010010001111010111010000110001011111010111000000010011100111010111010000010101111111001001011110110000110 | e5a0a4eba091eba18beb809ceba0afe4bd86 |
UHC | 堤렑롋뀜렯但 | 111100001010011110001110101001101000111011010001101100101111000110001110101111001101001110100011 | f0a78ea68ed1b2f18ebcd3a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)