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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 闥ソ髫剰シッ | 111010001001001010111111111010011001101010001111111010001011110010101111 | e892bfe99a8fe8bcaf |
EUC-JP | 闥ソ髫剰シッ | 111011111111001010001110101111111111000111111010101111101110101010001110101111001000111010101111 | eff28ebff1fabeea8ebc8eaf |
UTF-8 | 闥ソ髫剰シッ | 111010011001011110100101111011111011110110111111111010011010101110101011111001011000100110110000111011111011110110111100111011111011110110101111 | e997a5efbdbfe9ababe589b0efbdbcefbdaf |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)