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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 獒????? | 1000111111001011101110110011111100111111001111110011111100111111 | 8fcbbb3f3f3f3f3f |
UTF-8 | 獒붽쐼栒곭븦 | 111001111000110110010010111010111011011010111101111011001001000010111100111001101010000010010010111010101011001110101101111010111011100010100110 | e78d92ebb6bdec90bce6a092eab3adebb8a6 |
UHC | 獒붽쐼栒곭븦 | 111010001010001110010100111010101011111010100010111000101110001110000001111001111001010110001111 | e8a394eabea2e2e381e7958f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)