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 | 猥??晤?? | 1110000011001110001111110011111110011101111010110011111100111111 | e0ce3f3f9deb3f3f |
EUC-JP | 猥??晤?? | 1110000011010000001111110011111111011010111011010011111100111111 | e0d03f3fdaed3f3f |
UTF-8 | 猥듸슁晤볩슘 | 111001111000110010100101111010111001001110111000111011001000101010000001111001101001100110100100111010111011001110101001111011001000101010011000 | e78ca5eb93b8ec8a81e699a4ebb3a9ec8a98 |
UHC | 猥듸슁晤볩슘 | 111010001110010110110101111011111011110110110011111001111111101110010011111011111011110110110111 | e8e5b5efbdb3e7fb93efbdb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)