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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 邪粤糘蠑 | 1000111011010111111000101110001111100010111100101110010110111100 | 8ed7e2e3e2f2e5bc |
EUC-JP | 邪粤糘蠑 | 1011110011011001111001001110010111100100111101001110101010111110 | bcd9e4e5e4f4eabe |
UTF-8 | 邪粤糘蠑 | 111010011000001010101010111001111011001010100100111001111011001110011000111010001010000010010001 | e982aae7b2a4e7b398e8a091 |
UHC | 邪??? | 1101111011110111001111110011111100111111 | def73f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)