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 | ?????}B | 00111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f7d42 |
SJIS-WIN | 灌牘扣滸潁}B | 100111111111001111100000101011111001110101001010100111111111010110011111111100010111110101000010 | 9ff3e0af9d4a9ff59ff17d42 |
EUC-JP | 灌牘扣滸潁}B | 110111101111010111100000101100011101100110101011110111101111011111011110111100110111110101000010 | def5e0b1d9abdef7def37d42 |
UTF-8 | 灌牘扣滸潁}B | 1110011110000001100011001110011110001001100110001110011010001001101000111110011010111011101110001110011010111101100000010111110101000010 | e7818ce78998e689a3e6bbb8e6bd817d42 |
UHC | 灌牘?滸潁}B | 1100111010110100110101001011101000111111111110111100101011100111101110000111110101000010 | ceb4d4ba3ffbcae7b87d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)