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 | ????渫薛 | 0011111100111111001111110011111110011111110101101110010101001100 | 3f3f3f3f9fd6e54c |
EUC-JP | ????渫薛 | 0011111100111111001111110011111111011110110110001110100110101101 | 3f3f3f3fded8e9ad |
UTF-8 | 롇롗롍렍渫薛 | 111010111010000110000111111010111010000110010111111010111010000110001101111010111010000010001101111001101011100010101011111010001001011010011011 | eba187eba197eba18deba08de6b8abe8969b |
UHC | 롇롗롍렍渫薛 | 100011101100110110001110110110111000111011010011100011101010001111100000110111101110000011100000 | 8ecd8edb8ed38ea3e0dee0e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)