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 | 闡ッ閠カ逡 | 1110100010010001101011111110100010000000101101101110011110010101 | e891afe880b6e795 |
EUC-JP | 闡ッ閠カ逡 | 11101111111100011000111010101111111011111110000010001110101101101110110111110101 | eff18eafefe08eb6edf5 |
UTF-8 | 闡ッ閠カ逡 | 111010011001011110100001111011111011110110101111111010011001011010100000111011111011110110110110111010011000000010100001 | e997a1efbdafe996a0efbdb6e980a1 |
UHC | 闡???逡 | 11110100110001010011111100111111001111111111000111100100 | f4c53f3f3ff1e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)