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 | ???疫ユ? | 0011111100111111001111111000100101110101100000111000011000111111 | 3f3f3f897583863f |
EUC-JP | 縕??疫ユ? | 10001111110101001100001000111111001111111011000111010110101001011110011000111111 | 8fd4c23f3fb1d6a5e63f |
UTF-8 | 縕썸릊疫ユ툢 | 111001111011100010010101111011001000110110111000111010111010011010001010111001111001011010101011111000111000001110100110111011011000100010100010 | e7b895ec8db8eba68ae796abe383a6ed88a2 |
UHC | 縕썸릊疫ユ툢 | 111010001011001010111101111001101011100010101011111001101011100110101011111001101011100010011001 | e8b2bde6b8abe6b9abe6b899 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)