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 | 萸?И萸?? | 111001001100111000111111100001000100100111100100110011100011111100111111 | e4ce3f8449e4ce3f3f |
EUC-JP | 萸?И萸?? | 111010001101000000111111101001111010101011101000110100000011111100111111 | e8d03fa7aae8d03f3f |
UTF-8 | 萸묐И萸뚮춫 | 1110100010010000101110001110101110101100100100001101000010011000111010001001000010111000111010111001101010101110111011001011011010101011 | e890b8ebac90d098e890b8eb9aaeecb6ab |
UHC | 萸묐И萸뚮춫 | 111010111010110110010001111010111010110010101010111010111010110110001100111010111010110110001000 | ebad91ebacaaebad8cebad88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)