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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 墻∽??⑨? | 100110101101010010000001111001000011111100111111100001110100100000111111 | 9ad481e43f3f87483f |
EUC-JP | 墻∽???? | 1101010011010110101000101110011000111111001111110011111100111111 | d4d6a2e63f3f3f3f |
UTF-8 | 墻∽스燎⑨숴 | 111001011010001010111011111000101000100010111101111011001000101010100100111011111010011110000000111000101001000110101000111011001000100010110100 | e5a2bbe288bdec8aa4efa780e291a8ec88b4 |
UHC | 墻∽스燎⑨숴 | 111011011101111110100001111011111011110110111010111010001111101110101000111011111011110110100100 | eddfa1efbdbae8fba8efbda4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)