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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 瑁瑁^ | 1110000011101110111000001110111001011110 | e0eee0ee5e |
EUC-JP | 瑁瑁^ | 1110000011110000111000001111000001011110 | e0f0e0f05e |
UTF-8 | 瑁瑁^ | 11100111100100011000000111100111100100011000000101011110 | e79181e791815e |
UHC | 瑁瑁^ | 1101100111000001110110011100000101011110 | d9c1d9c15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)