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 | 棧] | 11100110101000111010011101011101 | e6a3a75d |
SJIS-WIN | ?£§] | 001111111000000110010010100000011001100001011101 | 3f819281985d |
EUC-JP | 棧] | 1000111110101001110000011010000111110010101000011111100001011101 | 8fa9c1a1f2a1f85d |
UTF-8 | 棧] | 11000011101001101100001010100011110000101010011101011101 | c3a6c2a3c2a75d |
UHC | æ?§] | 101010011010000100111111101000011101011101011101 | a9a13fa1d75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)