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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 蔕蔕[蔕蔕[^ | 1110010011110110111001001111011001011011111001001111011011100100111101100101101101011110 | e4f6e4f65be4f6e4f65b5e |
EUC-JP | 蔕蔕[蔕蔕[^ | 1110100011111000111010001111100001011011111010001111100011101000111110000101101101011110 | e8f8e8f85be8f8e8f85b5e |
UTF-8 | 蔕蔕[蔕蔕[^ | 111010001001010010010101111010001001010010010101010110111110100010010100100101011110100010010100100101010101101101011110 | e89495e894955be89495e894955b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)