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 | 讚晁エ | 1110011010101011100111011110100010110100 | e6ab9de8b4 |
EUC-JP | 讚晁エ | 111011001010110111011010111010101000111010110100 | ecaddaea8eb4 |
UTF-8 | 讚晁エ | 111010001010111010011010111001101001100110000001111011111011110110110100 | e8ae9ae69981efbdb4 |
UHC | 讚晁? | 1111001111000110111100001100010100111111 | f3c6f0c53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)