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 | 100100001111000011100000111110100011111101000010 | 90f0e0fa3f42 |
EUC-JP | 栓瓏?B | 110000001111001011100000111111000011111101000010 | c0f2e0fc3f42 |
UTF-8 | 栓瓏툽B | 11100110101000001001001111100111100100111000111111101101100010001011110101000010 | e6a093e7938fed88bd42 |
UHC | 栓瓏툽B | 11101110111110111101011011101010110001011111101001000010 | eefbd6eac5fa42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)