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 | 1001111101111011100110100100110001000010 | 9f7b9a4c42 |
EUC-JP | 毬哭B | 1101110111011100110100111010110101000010 | dddcd3ad42 |
UTF-8 | 毬哭B | 11100110101011111010110011100101100100111010110101000010 | e6aface593ad42 |
UHC | 毬哭B | 1100111110110011110011011101011001000010 | cfb3cdd642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)