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 | ???g\ | 0011111100111111001111110110011101011100 | 3f3f3f675c |
SJIS-WIN | 蘂??g\ | 111001010100000100111111001111110110011101011100 | e5413f3f675c |
EUC-JP | 蘂??g\ | 111010011010001000111111001111110110011101011100 | e9a23f3f675c |
UTF-8 | 蘂껆킈g\ | 1110100010011000100000101110101010111011100001101110110110000010100010000110011101011100 | e89882eabb86ed8288675c |
UHC | 蘂껆킈g\ | 1110011111011110100000111110011110110100100101000110011101011100 | e7de83e7b494675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)