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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 證玲囓B | 11100110100110101001011111100110100110101001011101000010 | e69a97e69a9742 |
EUC-JP | 證玲囓B | 11101011111110101100111011101000110100111111011101000010 | ebfacee8d3f742 |
UTF-8 | 證玲囓B | 11101000101011011000100111100111100011101011001011100101100110111001001101000010 | e8ad89e78eb2e59b9342 |
UHC | 證玲?B | 111100011111101111010110101111000011111101000010 | f1fbd6bc3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)