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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 譁徃\ | 1110011010010110100111000110011101011100 | e6969c675c |
EUC-JP | 譁徃\ | 1110101111110110110101111100100001011100 | ebf6d7c85c |
UTF-8 | 譁徃\ | 11101000101011011000000111100101101111101000001101011100 | e8ad81e5be835c |
UHC | 譁?\ | 11111100101001100011111101011100 | fca63f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)