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 | ????v | 0011111100111111001111110011111101110110 | 3f3f3f3f76 |
SJIS-WIN | 蓍。闊ケv | 11100100111001111010000111101000100010001011100101110110 | e4e7a1e888b976 |
EUC-JP | 蓍。闊ケv | 111010001110100110001110101000011110111111101000100011101011100101110110 | e8e98ea1efe88eb976 |
UTF-8 | 蓍。闊ケv | 11101000100100111000110111101111101111011010000111101001100101111000101011101111101111011011100101110110 | e8938defbda1e9978aefbdb976 |
UHC | 蓍?闊?v | 11100011110010010011111111111100110001000011111101110110 | e3c93ffcc43f76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)