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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 蘂??E | 1110010101000001001111110011111101000101 | e5413f3f45 |
EUC-JP | 蘂??E | 1110100110100010001111110011111101000101 | e9a23f3f45 |
UTF-8 | 蘂뚨킋E | 11101000100110001000001011101011100110101010100011101101100000101000101101000101 | e89882eb9aa8ed828b45 |
UHC | 蘂뚨킋E | 11100111110111101000110011100111101101001001011101000101 | e7de8ce7b49745 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)