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 | 璋?財?? | 11100000111101100011111110001101111000000011111100111111 | e0f63f8de03f3f |
EUC-JP | 璋?財?? | 11100000111110000011111110111010111000100011111100111111 | e0f83fbae23f3f |
UTF-8 | 璋렡財렠李 | 111001111001001010001011111010111010000010100001111010001011001010100001111010111010000010100000111011111010011110100001 | e7928beba0a1e8b2a1eba0a0efa7a1 |
UHC | 璋렡財렠李 | 11101101111100001000111010110010111011101010111110001110101100011110110010110000 | edf08eb2eeaf8eb1ecb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)