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 | 載槃曼 | 100011011101101010011110110011111001100111010110 | 8dda9ecf99d6 |
EUC-JP | 載槃曼 | 101110101101110011011100110100011101001011011000 | badcdcd1d2d8 |
UTF-8 | 載槃曼 | 111010001011110010001001111001101010011110000011111001101001101110111100 | e8bc89e6a783e69bbc |
UHC | 載槃曼 | 111011101011000011011010111010011101100010111010 | eeb0dae9d8ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)