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 | 谿丈ァ | 111001101010111010001111111001001000001101000000 | e6ae8fe48340 |
EUC-JP | 谿丈ァ | 111011001011000010111110111001101010010110100001 | ecb0bee6a5a1 |
UTF-8 | 谿丈ァ | 111010001011000010111111111001001011100010001000111000111000001010100001 | e8b0bfe4b888e382a1 |
UHC | 谿丈ァ | 110011011010110011101101110110111010101110100001 | cdaceddbaba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)