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 | 1001011101110011100101101111000001000010 | 977396f042 |
EUC-JP | 耀役B | 1100110111010100110011001111001001000010 | cdd4ccf242 |
UTF-8 | 耀役B | 11101000100000001000000011100101101111011011100101000010 | e88080e5bdb942 |
UHC | 耀役B | 1110100110100101111001101011010101000010 | e9a5e6b542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)