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 | 證?舞 | 1110011010011010001111111001010110010001 | e69a3f9591 |
EUC-JP | 證?舞 | 1110101111111010001111111100100111110001 | ebfa3fc9f1 |
UTF-8 | 證븀舞 | 111010001010110110001001111010111011100010000000111010001000100010011110 | e8ad89ebb880e8889e |
UHC | 證븀舞 | 111100011111101110111010111001111101100111110001 | f1fbbae7d9f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)