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? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 想h想 | 1001000101111010011010001001000101111010 | 917a68917a |
EUC-JP | 想h想 | 1100000111011011011010001100000111011011 | c1db68c1db |
UTF-8 | 想h想 | 11100110100000111011001101101000111001101000001110110011 | e683b368e683b3 |
UHC | 想h想 | 1101111111001100011010001101111111001100 | dfcc68dfcc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)