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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | □?懈ァ | 10000001101000000011111110011100111001101000001101000000 | 81a03f9ce68340 |
EUC-JP | □?懈ァ | 10100010101000100011111111011000111010001010010110100001 | a2a23fd8e8a5a1 |
UTF-8 | □룫懈ァ | 111000101001011010100001111010111010001110101011111001101000011110001000111000111000001010100001 | e296a1eba3abe68788e382a1 |
UHC | □룫懈ァ | 1010000111100000100011111010001011111010101010111010101110100001 | a1e08fa2faababa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)