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 | ???gB | 0011111100111111001111110110011101000010 | 3f3f3f6742 |
SJIS-WIN | 墻℡?gB | 10011010110101001000011110000100001111110110011101000010 | 9ad487843f6742 |
EUC-JP | 墻??gB | 110101001101011000111111001111110110011101000010 | d4d63f3f6742 |
UTF-8 | 墻℡윿gB | 1110010110100010101110111110001010000100101000011110110010011100101111110110011101000010 | e5a2bbe284a1ec9cbf6742 |
UHC | 墻℡윿gB | 1110110111011111101000101110010110011111101101110110011101000010 | eddfa2e59fb76742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)