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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?舌堯 | 0011111110010000111000111110101010011111 | 3f90e3ea9f |
EUC-JP | 炤舌堯 | 10001111110010011101001011000000111001011111010010100001 | 8fc9d2c0e5f4a1 |
UTF-8 | 炤舌堯 | 111001111000001010100100111010001000100010001100111001011010000010101111 | e782a4e8888ce5a0af |
UHC | 炤舌堯 | 111000011011111111100000110111111110100011101011 | e1bfe0dfe8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)