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 | 邂区シア踰 | 1110011110101110100010111110011010111100101100011110011011111010 | e7ae8be6bcb1e6fa |
EUC-JP | 邂区シア踰 | 11101110101100001011011011101000100011101011110010001110101100011110110011111100 | eeb0b6e88ebc8eb1ecfc |
UTF-8 | 邂区シア踰 | 111010011000001010000010111001011000110010111010111011111011110110111100111011111011110110110001111010001011100010110000 | e98282e58cbaefbdbcefbdb1e8b8b0 |
UHC | 邂???踰 | 11111010101100110011111100111111001111111110101110110010 | fab33f3f3febb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)