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 | ?????æ | 001111110011111100111111001111110011111111100110 | 3f3f3f3f3fe6 |
SJIS-WIN | ?串???? | 00111111100010111111100000111111001111110011111100111111 | 3f8bf83f3f3f3f |
EUC-JP | ?串???æ | 001111111011011011111010001111110011111100111111100011111010100111000001 | 3fb6fa3f3f3f8fa9c1 |
UTF-8 | 룴串허룶쥚æ | 1110101110100011101101001110010010111000101100101110110110010111100010001110101110100011101101101110110010100101100110101100001110100110 | eba3b4e4b8b2ed9788eba3b6eca59ac3a6 |
UHC | 룴串허룶쥚æ | 100011111010100111001101111110101100011111100011100011111010101110100010100011111010100110100001 | 8fa9cdfac7e38faba28fa9a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)