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 | 111001101000010010001101011110101110011010000100100011010111101001000010 | e6848d7ae6848d7a42 |
EUC-JP | 諢鉱諢鉱B | 111010111110010010111001110110111110101111100100101110011101101101000010 | ebe4b9dbebe4b9db42 |
UTF-8 | 諢鉱諢鉱B | 11101000101010111010001011101001100010011011000111101000101010111010001011101001100010011011000101000010 | e8aba2e989b1e8aba2e989b142 |
UHC | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)