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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 析?殃~ | 100100001100110100111111100111110110100101111110 | 90cd3f9f697e |
EUC-JP | 析侁殃~ | 1100000011001111100011111011000011111100110111011100101001111110 | c0cf8fb0fcddca7e |
UTF-8 | 析侁殃~ | 11100110100111101001000011100100101111101000000111100110101011101000001101111110 | e69e90e4be81e6ae837e |
UHC | 析侁殃~ | 11100000101100001110001111100000111001001110101001111110 | e0b0e3e0e4ea7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)