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 | ???@ | 00111111001111110011111101000000 | 3f3f3f40 |
SJIS-WIN | 絶?ク@ | 100100001110001000111111100000110100111001000000 | 90e23f834e40 |
EUC-JP | 絶?ク@ | 110000001110010000111111101001011010111101000000 | c0e43fa5af40 |
UTF-8 | 絶귞ク@ | 11100111101101011011011011101010101101111001111011100011100000101010111101000000 | e7b5b6eab79ee382af40 |
UHC | 絶귞ク@ | 11101111101111101000001011100111101010111010111101000000 | efbe82e7abaf40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)