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 | @²@h | 100100100100000010010001101100100100000001101000 | 924091b24068 |
SJIS-WIN | ?@??@h | 001111110100000000111111001111110100000001101000 | 3f403f3f4068 |
EUC-JP | ?@??@h | 001111110100000000111111001111110100000001101000 | 3f403f3f4068 |
UTF-8 | @²@h | 110000101001001001000000110000101001000111000010101100100100000001101000 | c29240c291c2b24068 |
UHC | ?@?²@h | 00111111010000000011111110101001111101110100000001101000 | 3f403fa9f74068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)