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 | 韆皮i | 111010001110011010010100111001111000001010001001 | e8e694e78289 |
EUC-JP | 韆皮i | 111100001110100011001000111010011010001111101001 | f0e8c8e9a3e9 |
UTF-8 | 韆皮i | 111010011001111110000110111001111001101010101110111011111011110110001001 | e99f86e79aaeefbd89 |
UHC | 韆皮i | 111101001100011111111001101010111010001111101001 | f4c7f9aba3e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)