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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 秧?秧?B | 11100010010111100011111111100010010111100011111101000010 | e25e3fe25e3f42 |
EUC-JP | 秧?秧?B | 11100011101111110011111111100011101111110011111101000010 | e3bf3fe3bf3f42 |
UTF-8 | 秧뇕秧뇕B | 11100111101001111010011111101011100001111001010111100111101001111010011111101011100001111001010101000010 | e7a7a7eb8795e7a7a7eb879542 |
UHC | 秧뇕秧뇕B | 111001001110101110000111011110101110010011101011100001110111101001000010 | e4eb877ae4eb877a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)