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 | 汝?藥?瘟 | 1001001111110000001111111110010101011010001111111110000110001001 | 93f03fe55a3fe189 |
EUC-JP | 汝?藥?瘟 | 1100011011110010001111111110100110111011001111111110000111101001 | c6f23fe9bb3fe1e9 |
UTF-8 | 汝숮藥폶瘟 | 111001101011000110011101111011001000100010101110111010001001011110100101111011011000111110110110111001111001100010011111 | e6b19dec88aee897a5ed8fb6e7989f |
UHC | 汝숮藥폶瘟 | 11100110101000111001101001000111111001011011011110111101010110011110100010110000 | e6a39a47e5b7bd59e8b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)