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 | 隰晄イサ襍 | 1110100010101100100111011110011010110010101110111110100010110101 | e8ac9de6b2bbe8b5 |
EUC-JP | 隰晄イサ襍 | 11110000101011101101101011101000100011101011001010001110101110111111000010110111 | f0aedae88eb28ebbf0b7 |
UTF-8 | 隰晄イサ襍 | 111010011001101010110000111001101001100110000100111011111011110110110010111011111011110110111011111010001010010110001101 | e99ab0e69984efbdb2efbdbbe8a58d |
UHC | ?晄??? | 001111111111110011001101001111110011111100111111 | 3ffccd3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)