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 | 11100101010100101000101111100111100010100101010101000010 | e5528be78a5542 |
EUC-JP | 薐狗涯B | 11101001101100111011011011101001101100111011011001000010 | e9b3b6e9b3b642 |
UTF-8 | 薐狗涯B | 11101000100101101001000011100111100010111001011111100110101101101010111101000010 | e89690e78b97e6b6af42 |
UHC | ?狗涯B | 001111111100111110110111111001001111001101000010 | 3fcfb7e4f342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)