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 | 豫???瘟 | 10011000101011000011111100111111001111111110000110001001 | 98ac3f3f3fe189 |
EUC-JP | 豫???瘟 | 11010000101011100011111100111111001111111110000111101001 | d0ae3f3f3fe1e9 |
UTF-8 | 豫귐덄쥗瘟 | 111010001011000110101011111010101011011110010000111010111000110110000100111011001010010110010111111001111001100010011111 | e8b1abeab790eb8d84eca597e7989f |
UHC | 豫귐덄쥗瘟 | 11100111111000111011000111010001100010001110011110100010100011011110100010110000 | e7e3b1d188e7a28de8b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)