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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 暎?偃 | 1001110111110011001111111001100011101110 | 9df33f98ee |
EUC-JP | 暎?偃 | 1101101011110101001111111101000011110000 | daf53fd0f0 |
UTF-8 | 暎귺偃 | 111001101001101010001110111010101011011110111010111001011000000110000011 | e69a8eeab7bae58183 |
UHC | 暎귺偃 | 111001111011001010000011010000011110010111100111 | e7b28341e5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)