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 | 闡ッ蜑ー螽 | 1110100010010001101011111110010110001001101100001110010110101000 | e891afe589b0e5a8 |
EUC-JP | 闡ッ蜑ー螽 | 11101111111100011000111010101111111010011110100110001110101100001110101010101010 | eff18eafe9e98eb0eaaa |
UTF-8 | 闡ッ蜑ー螽 | 111010011001011110100001111011111011110110101111111010001001110010010001111011111011110110110000111010001001111010111101 | e997a1efbdafe89c91efbdb0e89ebd |
UHC | 闡???? | 111101001100010100111111001111110011111100111111 | f4c53f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)