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 | 猥??塋?? | 1110000011001110001111110011111110011010110010000011111100111111 | e0ce3f3f9ac83f3f |
EUC-JP | 猥??塋?? | 1110000011010000001111110011111111010100110010100011111100111111 | e0d03f3fd4ca3f3f |
UTF-8 | 猥띰숱塋륅쉥 | 111001111000110010100101111010111001110110110000111011001000100010110001111001011010000110001011111010111010010110000101111011001000100110100101 | e78ca5eb9db0ec88b1e5a18beba585ec89a5 |
UHC | 猥띰숱塋륅쉥 | 111010001110010110110110111011111011110110100010111001111010101110001111111011111011110110101011 | e8e5b6efbda2e7ab8fefbdab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)