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 | ??}B | 00111111001111110111110101000010 | 3f3f7d42 |
SJIS-WIN | 孩?}B | 1001101101110111001111110111110101000010 | 9b773f7d42 |
EUC-JP | 孩?}B | 1101010111011000001111110111110101000010 | d5d83f7d42 |
UTF-8 | 孩렔}B | 1110010110101101101010011110101110100000100101000111110101000010 | e5ada9eba0947d42 |
UHC | 孩렔}B | 111110101010100110001110101010010111110101000010 | faa98ea97d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)