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 | 冗、 | 1000111111100111111101001110010110100100 | 8fe7f4e5a4 |
EUC-JP | 冗?、 | 1011111011101001001111111000111010100100 | bee93f8ea4 |
UTF-8 | 冗、 | 111001011000011010010111111011101000111010010100111011111011110110100100 | e58697ee8e94efbda4 |
UHC | 冗?? | 11101001101101110011111100111111 | e9b73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)