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 | ?碣h | 0011111111100001111100001000001010001000 | 3fe1f08288 |
EUC-JP | 湞碣h | 10001111110001111111111011100010111100101010001111101000 | 8fc7fee2f2a3e8 |
UTF-8 | 湞碣h | 111001101011100110011110111001111010001010100011111011111011110110001000 | e6b99ee7a2a3efbd88 |
UHC | 湞碣h | 111011111110011011001010111001011010001111101000 | efe6cae5a3e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)