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 | 鉦ー借痔 | 100011111101111010110000100011101101100011110100101001101000111010100100 | 8fdeb08ed8f4a68ea4 |
EUC-JP | 鉦ー借?痔 | 101111101110000010001110101100001011110011011010001111111011110010100110 | bee08eb0bcda3fbca6 |
UTF-8 | 鉦ー借痔 | 111010011000100110100110111011111011110110110000111001011000000010011111111011101000110110010101111001111001011110010100 | e989a6efbdb0e5809fee8d95e79794 |
UHC | 鉦?借?痔 | 1110111111111010001111111111001110101000001111111111011011000000 | effa3ff3a83ff6c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)