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 | 汝?┨?? | 10010011111100000011111110000100101101110011111100111111 | 93f03f84b73f3f |
EUC-JP | 汝?┨轝? | 110001101111001000111111101010001011100110001111111000011010101000111111 | c6f23fa8b98fe1aa3f |
UTF-8 | 汝낂┨轝튎 | 111001101011000110011101111010111000001010000010111000101001010010101000111010001011110110011101111011011000101010001110 | e6b19deb8282e294a8e8bd9ded8a8e |
UHC | 汝낂┨轝튎 | 11100110101000111000010111101001101001101011100111100110101011001011101001000010 | e6a385e9a6b9e6acba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)