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 | 鏑私??瑤 | 1001001101001100100011101000010000111111001111111110101010100010 | 934c8e843f3feaa2 |
EUC-JP | 鏑私??瑤 | 1100010110101101101110111110010000111111001111111111010010100100 | c5adbbe43f3ff4a4 |
UTF-8 | 鏑私렡렔瑤 | 111010011000111110010001111001111010011110000001111010111010000010100001111010111010000010010100111001111001000110100100 | e98f91e7a781eba0a1eba094e791a4 |
UHC | 鏑私렡렔瑤 | 11101110111010111101111011100111100011101011001010001110101010011110100011111101 | eeebdee78eb28ea9e8fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)