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 | 1000111001000101100011100100010101000010 | 8e458e4542 |
EUC-JP | 殺殺B | 1011101110100110101110111010011001000010 | bba6bba642 |
UTF-8 | 殺殺B | 11100110101011101011101011100110101011101011101001000010 | e6aebae6aeba42 |
UHC | 殺殺B | 1101111110101111110111111010111101000010 | dfafdfaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)