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 | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | 證鯖B | 1110011010011010100011100100100101000010 | e69a8e4942 |
EUC-JP | 證鯖B | 1110101111111010101110111010101001000010 | ebfabbaa42 |
UTF-8 | 證鯖B | 11101000101011011000100111101001101011111001011001000010 | e8ad89e9af9642 |
UHC | 證鯖B | 1111000111111011111101001110110101000010 | f1fbf4ed42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)