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 | 11100011110001001001010111111001100010011100001001000010 | e3c495f989c242 |
EUC-JP | 翔捧可B | 11100110110001101100101011111011101100101100010001000010 | e6c6cafbb2c442 |
UTF-8 | 翔捧可B | 11100111101111111001010011100110100011011010011111100101100011111010111101000010 | e7bf94e68da7e58faf42 |
UHC | 翔捧可B | 11011111110101101101110011101001110010101010011001000010 | dfd6dce9caa642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)