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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蚓??? | 1110010101101101001111110011111100111111 | e56d3f3f3f |
EUC-JP | 蚓??? | 1110100111001110001111110011111100111111 | e9ce3f3f3f |
UTF-8 | 蚓렎炡명 | 111010001001101010010011111010111010000010001110111001111000001010100001111010111010101010000101 | e89a93eba08ee782a1ebaa85 |
UHC | 蚓렎炡명 | 1110110011100010100011101010010011101111111010001011100011101101 | ece28ea4efe8b8ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)