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 | 00111111001111111010010000111111001111110011111101000010 | 3f3fa43f3f3f42 |
SJIS-WIN | ?????ぎB | 0011111100111111001111110011111100111111100000101010110001000010 | 3f3f3f3f3f82ac42 |
EUC-JP | ??¤??ぎB | 00111111001111111000111110100010111100000011111100111111101001001010111001000010 | 3f3f8fa2f03f3fa4ae42 |
UTF-8 | 룵핊¤룵퀛ぎB | 111010111010001110110101111011011001010110001010110000101010010011101011101000111011010111101101100000001001101111100011100000011000111001000010 | eba3b5ed958ac2a4eba3b5ed809be3818e42 |
UHC | 룵핊¤룵퀛ぎB | 10001111101010101100000010001111101000101011010010001111101010101011001110001111101010101010111001000010 | 8faac08fa2b48faab38faaae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)