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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鮑呎イサ閧 | 1110100110111000100110011110011010110010101110111110100010000010 | e9b899e6b2bbe882 |
EUC-JP | 鮑呎イサ閧 | 11110010101110101101001011101000100011101011001010001110101110111110111111100010 | f2bad2e88eb28ebbefe2 |
UTF-8 | 鮑呎イサ閧 | 111010011010111010010001111001011001000110001110111011111011110110110010111011111011110110111011111010011001011010100111 | e9ae91e5918eefbdb2efbdbbe996a7 |
UHC | 鮑???? | 111110001110101000111111001111110011111100111111 | f8ea3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)