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 | 徠轣雜 | 100111000111000111100111100000011110100010110110 | 9c71e781e8b6 |
EUC-JP | 徠轣雜 | 110101111101001011101101111000011111000010111000 | d7d2ede1f0b8 |
UTF-8 | 徠轣雜 | 111001011011111010100000111010001011110110100011111010011001101110011100 | e5bea0e8bda3e99b9c |
UHC | 徠?雜 | 1101010111010000001111111110110111011010 | d5d03fedda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)