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 | ???Q~ | 0011111100111111001111110101000101111110 | 3f3f3f517e |
SJIS-WIN | 蔭??Q~ | 100010001111110000111111001111110101000101111110 | 88fc3f3f517e |
EUC-JP | 蔭??Q~ | 101100001111111000111111001111110101000101111110 | b0fe3f3f517e |
UTF-8 | 蔭댁꽔Q~ | 1110100010010100101011011110101110001100100000011110101010111101100101000101000101111110 | e894adeb8c81eabd94517e |
UHC | 蔭댁꽔Q~ | 1110101111100011101101001110110010000100101000110101000101111110 | ebe3b4ec84a3517e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)