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 | 螳∬羽 | 111001011010111010000001111010001000100101001000 | e5ae81e88948 |
EUC-JP | 螳∬羽 | 111010101011000010100010111010101011000110101001 | eab0a2eab1a9 |
UTF-8 | 螳∬羽 | 111010001001111010110011111000101000100010101100111001111011111010111101 | e89eb3e288ace7bebd |
UHC | 螳∬羽 | 110100111101100110100001111100111110100111100010 | d3d9a1f3e9e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)