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 | ??????h | 00111111001111110011111100111111001111110011111101101000 | 3f3f3f3f3f3f68 |
SJIS-WIN | 轣シ螟ア薰Аh | 1110011110000001101111001110010110100100101100011111101110011110100001000100000001101000 | e781bce5a4b1fb9e844068 |
EUC-JP | 轣シ螟ア?Аh | 111011011110000110001110101111001110101010100110100011101011000100111111101001111010000101101000 | ede18ebceaa68eb13fa7a168 |
UTF-8 | 轣シ螟ア薰Аh | 111010001011110110100011111011111011110110111100111010001001111010011111111011111011110110110001111010001001011010110000110100001001000001101000 | e8bda3efbdbce89e9fefbdb1e896b0d09068 |
UHC | ??螟?薰Аh | 00111111001111111101100110101101001111111111110110111001101011001010000101101000 | 3f3fd9ad3ffdb9aca168 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)