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 | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
SJIS-WIN | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
EUC-JP | 嫄z嫄zB | 100011111011101010100001011110101000111110111010101000010111101001000010 | 8fbaa17a8fbaa17a42 |
UTF-8 | 嫄z嫄zB | 111001011010101110000100011110101110010110101011100001000111101001000010 | e5ab847ae5ab847a42 |
UHC | 嫄z嫄zB | 11101010101100010111101011101010101100010111101001000010 | eab17aeab17a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)