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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 紮紙ァ | 111000110100011010001110100001101000001101000000 | e3468e868340 |
EUC-JP | 紮紙ァ | 111001011010011110111011111001101010010110100001 | e5a7bbe6a5a1 |
UTF-8 | 紮紙ァ | 111001111011010010101110111001111011010010011001111000111000001010100001 | e7b4aee7b499e382a1 |
UHC | 紮紙ァ | 111100111100111111110010101101011010101110100001 | f3cff2b5aba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)