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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 晤??馭? | 10011101111010110011111100111111111010010110011000111111 | 9deb3f3fe9663f |
EUC-JP | 晤??馭? | 11011010111011010011111100111111111100011100011100111111 | daed3f3ff1c73f |
UTF-8 | 晤볢뀵馭웘 | 111001101001100110100100111010111011001110100010111010111000000010110101111010011010011010101101111011001001101110011000 | e699a4ebb3a2eb80b5e9a6adec9b98 |
UHC | 晤볢뀵馭웘 | 11100111111110111001001111101000100001011010101111100101110111111001111101101000 | e7fb93e885abe5df9f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)