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 | 鮑呎イサ魑ャ | 111010011011100010011001111001101011001010111011111010011011001110101100 | e9b899e6b2bbe9b3ac |
EUC-JP | 鮑呎イサ魑ャ | 111100101011101011010010111010001000111010110010100011101011101111110010101101011000111010101100 | f2bad2e88eb28ebbf2b58eac |
UTF-8 | 鮑呎イサ魑ャ | 111010011010111010010001111001011001000110001110111011111011110110110010111011111011110110111011111010011010110110010001111011111011110110101100 | e9ae91e5918eefbdb2efbdbbe9ad91efbdac |
UHC | 鮑????? | 11111000111010100011111100111111001111110011111100111111 | f8ea3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)