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 | 豫??蚣 | 100110001010110000111111001111111110010101101110 | 98ac3f3fe56e |
EUC-JP | 豫??蚣 | 110100001010111000111111001111111110100111001111 | d0ae3f3fe9cf |
UTF-8 | 豫볞퉿蚣 | 111010001011000110101011111010111011001110011110111011011000100110111111111010001001101010100011 | e8b1abebb39eed89bfe89aa3 |
UHC | 豫볞퉿蚣 | 1110011111100011100100111110010010111001100101111100110111110111 | e7e393e4b997cdf7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)