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 | Î^ | 1000111010000001100011111100111001011110 | 8e818fce5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | ???Î^ | 00111111001111110011111110001111101010101100001001011110 | 3f3f3f8faac25e |
UTF-8 | Î^ | 110000101000111011000010100000011100001010001111110000111000111001011110 | c28ec281c28fc38e5e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)