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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 墻∽?冗 | 10011010110101001000000111100100001111111000111111100111 | 9ad481e43f8fe7 |
EUC-JP | 墻∽?冗 | 11010100110101101010001011100110001111111011111011101001 | d4d6a2e63fbee9 |
UTF-8 | 墻∽풆冗 | 111001011010001010111011111000101000100010111101111011011001001010000110111001011000011010010111 | e5a2bbe288bded9286e58697 |
UHC | 墻∽풆冗 | 1110110111011111101000011110111110111110100011101110100110110111 | eddfa1efbe8ee9b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)