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 | 螟ア鮖ソ髮ォ | 111001011010010010110001111010011011100110111111111010011001101110101011 | e5a4b1e9b9bfe99bab |
EUC-JP | 螟ア鮖ソ髮ォ | 111010101010011010001110101100011111001010111011100011101011111111110001111110111000111010101011 | eaa68eb1f2bb8ebff1fb8eab |
UTF-8 | 螟ア鮖ソ髮ォ | 111010001001111010011111111011111011110110110001111010011010111010010110111011111011110110111111111010011010101110101110111011111011110110101011 | e89e9fefbdb1e9ae96efbdbfe9abaeefbdab |
UHC | 螟???髮? | 1101100110101101001111110011111100111111110110111010010100111111 | d9ad3f3f3fdba53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)