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 | 猥??約←? | 111000001100111000111111001111111001011011110001100000011010100100111111 | e0ce3f3f96f181a93f |
EUC-JP | 猥??約←˚ | 1110000011010000001111110011111111001100111100111010001010101011100011111010001010110110 | e0d03f3fccf3a2ab8fa2b6 |
UTF-8 | 猥뜻퍜約←˚ | 1110011110001100101001011110101110011100101110111110110110001101100111001110011110110100100001001110001010000110100100001100101110011010 | e78ca5eb9cbbed8d9ce7b484e28690cb9a |
UHC | 猥뜻퍜約←˚ | 111010001110010110110110111001101011101110010011111001011011001110100001111001111010001010101010 | e8e5b6e6bb93e5b3a1e7a2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)