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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 證紺烈 | 111001101001101010001101101011101001011111110011 | e69a8dae97f3 |
EUC-JP | 證紺烈 | 111010111111101010111010101100001100111011110101 | ebfabab0cef5 |
UTF-8 | 證紺烈 | 111010001010110110001001111001111011010010111010111001111000001110001000 | e8ad89e7b4bae78388 |
UHC | 證紺烈 | 111100011111101111001010111110101101011010101101 | f1fbcafad6ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)