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 | 岺懃瑳 | 111110101010110110011100111001111000110110111010 | faad9ce78dba |
EUC-JP | 岺懃瑳 | 10001111101110111011100011011000111010011011101010111100 | 8fbbb8d8e9babc |
UTF-8 | 岺懃瑳 | 111001011011001010111010111001101000011110000011111001111001000110110011 | e5b2bae68783e791b3 |
UHC | 岺懃? | 1101011010111001110100001100010000111111 | d6b9d0c43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)