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 | 獨爵璽 | 111000001101010110001110110111011000111010100011 | e0d58edd8ea3 |
EUC-JP | 獨爵璽 | 111000001101011110111100110111111011110010100101 | e0d7bcdfbca5 |
UTF-8 | 獨爵璽 | 111001111000110110101000111001111000100010110101111001111001001010111101 | e78da8e788b5e792bd |
UHC | 獨爵璽 | 110101001011110011101101110010011101111111011110 | d4bcedc9dfde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)