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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 罨峨阿 | 111000111010101010001001111000111000100010100010 | e3aa89e388a2 |
EUC-JP | 罨峨阿 | 111001101010110010110010111001011011000010100100 | e6acb2e5b0a4 |
UTF-8 | 罨峨阿 | 111001111011110110101000111001011011001110101000111010011001100010111111 | e7bda8e5b3a8e998bf |
UHC | ?峨阿 | 0011111111100100101100011110010010111001 | 3fe4b1e4b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)