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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 塋l?徇? | 1001101011001000100000101000110000111111100111000110110100111111 | 9ac8828c3f9c6d3f |
EUC-JP | 塋l?徇? | 1101010011001010101000111110110000111111110101111100111000111111 | d4caa3ec3fd7ce3f |
UTF-8 | 塋l같徇귥 | 111001011010000110001011111011111011110110001100111010101011000010011001111001011011111010000111111010101011011110100101 | e5a18befbd8ceab099e5be87eab7a5 |
UHC | 塋l같徇귥 | 11100111101010111010001111101100101100001011000011100010110111111000001011101100 | e7aba3ecb0b0e2df82ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)