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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | 韜瓮E | 1110100011101001111000010100010001000101 | e8e9e14445 |
EUC-JP | 韜瓮E | 1111000011101011111000011010010101000101 | f0ebe1a545 |
UTF-8 | 韜瓮E | 11101001100111111001110011100111100100111010111001000101 | e99f9ce793ae45 |
UHC | 韜瓮E | 1101010010110111111010001011011101000101 | d4b7e8b745 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)