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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蜃鉱蜃鉱B | 111001011000011110001101011110101110010110000111100011010111101001000010 | e5878d7ae5878d7a42 |
EUC-JP | 蜃鉱蜃鉱B | 111010011110011110111001110110111110100111100111101110011101101101000010 | e9e7b9dbe9e7b9db42 |
UTF-8 | 蜃鉱蜃鉱B | 11101000100111001000001111101001100010011011000111101000100111001000001111101001100010011011000101000010 | e89c83e989b1e89c83e989b142 |
UHC | 蜃?蜃?B | 11100011111100010011111111100011111100010011111101000010 | e3f13fe3f13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)