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 | ?鰻???? | 00111111100010010101011000111111001111110011111100111111 | 3f89563f3f3f3f |
EUC-JP | ?鰻???? | 00111111101100011011011100111111001111110011111100111111 | 3fb1b73f3f3f3f |
UTF-8 | 렻鰻렕렻후렏 | 111010111010000010111011111010011011000010111011111010111010000010010101111010111010000010111011111011011001101110000100111010111010000010001111 | eba0bbe9b0bbeba095eba0bbed9b84eba08f |
UHC | 렻鰻렕렻후렏 | 100011101100001111011000110001001000111010101010100011101100001111001000110001001000111010100101 | 8ec3d8c48eaa8ec3c8c48ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)