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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 塋l?徇 | 10011010110010001000001010001100001111111001110001101101 | 9ac8828c3f9c6d |
EUC-JP | 塋l?徇 | 11010100110010101010001111101100001111111101011111001110 | d4caa3ec3fd7ce |
UTF-8 | 塋l같徇 | 111001011010000110001011111011111011110110001100111010101011000010011001111001011011111010000111 | e5a18befbd8ceab099e5be87 |
UHC | 塋l같徇 | 1110011110101011101000111110110010110000101100001110001011011111 | e7aba3ecb0b0e2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)