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 | 楡勘? | 1001111010111110100010101010100000111111 | 9ebe8aa83f |
EUC-JP | 楡勘? | 1101110011000000101101001010101000111111 | dcc0b4aa3f |
UTF-8 | 楡勘밥 | 111001101010010110100001111001011000101110011000111010111011000010100101 | e6a5a1e58b98ebb0a5 |
UHC | 楡勘밥 | 111010101111100011001010111010111011100111100100 | eaf8caebb9e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)