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 | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 隱畷塀B | 11101000101010101001001111101011100101011011101101000010 | e8aa93eb95bb42 |
EUC-JP | 隱畷塀B | 11110000101011001100011011101101110010101011110101000010 | f0acc6edcabd42 |
UTF-8 | 隱畷塀B | 11101001100110101011000111100111100101011011011111100101101000011000000001000010 | e99ab1e795b7e5a18042 |
UHC | 隱??B | 1110101111011111001111110011111101000010 | ebdf3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)