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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?峨??ゴ∵ | 001111111000100111100011001111110011111110000011010100111000000111100110 | 3f89e33f3f835381e6 |
EUC-JP | ?峨??ゴ∵ | 001111111011001011100101001111110011111110100101101101001010001011101000 | 3fb2e53f3fa5b4a2e8 |
UTF-8 | 룶峨룴죴ゴ∵ | 111010111010001110110110111001011011001110101000111010111010001110110100111011001010001110110100111000111000001010110100111000101000100010110101 | eba3b6e5b3a8eba3b4eca3b4e382b4e288b5 |
UHC | 룶峨룴죴ゴ∵ | 100011111010101111100100101100011000111110101001101000011000111110101011101101001010000111110001 | 8fabe4b18fa9a18fabb4a1f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)