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 | 11100010101101101000110110000100100011001011011101000010 | e2b68d848cb742 |
EUC-JP | 筝剛弦B | 11100100101110001011100111100100101110001011100101000010 | e4b8b9e4b8b942 |
UTF-8 | 筝剛弦B | 11100111101011011001110111100101100010011001101111100101101111001010011001000010 | e7ad9de5899be5bca642 |
UHC | ?剛弦B | 001111111100101110100111111110101101011101000010 | 3fcba7fad742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)