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 | ôàn^ | 10001100111101001110000010011001100100110110111001011110 | 8cf4e099936e5e |
SJIS-WIN | ?????n^ | 00111111001111110011111100111111001111110110111001011110 | 3f3f3f3f3f6e5e |
EUC-JP | ?ôà??n^ | 0011111110001111101010111101010010001111101010111010001000111111001111110110111001011110 | 3f8fabd48faba23f3f6e5e |
UTF-8 | ôàn^ | 110000101000110011000011101101001100001110100000110000101001100111000010100100110110111001011110 | c28cc3b4c3a0c299c2936e5e |
UHC | ?????n^ | 00111111001111110011111100111111001111110110111001011110 | 3f3f3f3f3f6e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)