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 | 瑤??業?? | 1110101010100010001111110011111110001011110001100011111100111111 | eaa23f3f8bc63f3f |
EUC-JP | 瑤??業?? | 1111010010100100001111110011111110110110110010000011111100111111 | f4a43f3fb6c83f3f |
UTF-8 | 瑤껇궟業롩뙊 | 111001111001000110100100111010101011101110000111111010101011011010011111111001101010010110101101111010111010000110101001111010111001100110001010 | e791a4eabb87eab69fe6a5adeba1a9eb998a |
UHC | 瑤껇궟業롩뙊 | 111010001111110110000011111010001000001010110010111001011111011010001110111010011000110010001111 | e8fd83e882b2e5f68ee98c8f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)