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 | 昭睚セエ | 1000111110111010111000011100100011110000111011001011111010110100 | 8fbae1c8f0ecbeb4 |
EUC-JP | 昭睚?セエ | 101111101011110011100010110010100011111110001110101111101000111010110100 | bebce2ca3f8ebe8eb4 |
UTF-8 | 昭睚セエ | 111001101001100010101101111001111001110110011010111011101000001010101011111011111011110110111110111011111011110110110100 | e698ade79d9aee82abefbdbeefbdb4 |
UHC | 昭???? | 111000011011100100111111001111110011111100111111 | e1b93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)