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 | 胱^ | 1110001111110111111100111011001101011110 | e3f7f3b35e |
EUC-JP | 胱?^ | 11100110111110010011111101011110 | e6f93f5e |
UTF-8 | 胱^ | 11101000100000111011000111101110100010101010011001011110 | e883b1ee8aa65e |
UHC | 胱?^ | 11001110110011010011111101011110 | cecd3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)