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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 瓮??淞↑ | 1110000101000100001111110011111110011111110000101000000110101010 | e1443f3f9fc281aa |
EUC-JP | 瓮??淞↑ | 1110000110100101001111110011111111011110110001001010001010101100 | e1a53f3fdec4a2ac |
UTF-8 | 瓮뗥돭淞↑ | 111001111001001110101110111010111001011110100101111010111000111110101101111001101011011110011110111000101000011010010001 | e793aeeb97a5eb8fade6b79ee28691 |
UHC | 瓮뗥돭淞↑ | 11101000101101111000101111100101100010011011000011100001111001111010000111101000 | e8b78be589b0e1e7a1e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)