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 | 鈔ア螂ェ鞐檬 | 11100111111000101011000111100101101001011010101011101000110111101001111101000111 | e7e2b1e5a5aae8de9f47 |
EUC-JP | 鈔ア螂ェ鞐檬 | 111011101110010010001110101100011110101010100111100011101010101011110000111000001101110110101000 | eee48eb1eaa78eaaf0e0dda8 |
UTF-8 | 鈔ア螂ェ鞐檬 | 111010011000100010010100111011111011110110110001111010001001111010000010111011111011110110101010111010011001111010010000111001101010101010101100 | e98894efbdb1e89e82efbdaae99e90e6aaac |
UHC | ??螂??? | 00111111001111111101010111001100001111110011111100111111 | 3f3fd5cc3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)