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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鬘鷺ゥク蠅ィ | 111010011010000110001101111010111010100110111000111001011010001010101000 | e9a18deba9b8e5a2a8 |
EUC-JP | 鬘鷺ゥク蠅ィ | 111100101010001110111010111011011000111010101001100011101011100011101010101001001000111010101000 | f2a3baed8ea98eb8eaa48ea8 |
UTF-8 | 鬘鷺ゥク蠅ィ | 111010011010110010011000111010011011011110111010111011111011110110101001111011111011110110111000111010001010000010000101111011111011110110101000 | e9ac98e9b7baefbda9efbdb8e8a085efbda8 |
UHC | ?鷺??蠅? | 0011111111010110110111000011111100111111111000111011001000111111 | 3fd6dc3f3fe3b23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)