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 | 驕ョ關ク蛟 | 1110100110000001101011101110100010010000101110001110010110000000 | e981aee890b8e580 |
EUC-JP | 驕ョ關ク蛟 | 11110001111000011000111010101110111011111111000010001110101110001110100111100000 | f1e18eaeeff08eb8e9e0 |
UTF-8 | 驕ョ關ク蛟 | 111010011010100110010101111011111011110110101110111010011001011110011100111011111011110110111000111010001001101110011111 | e9a995efbdaee9979cefbdb8e89b9f |
UHC | 驕?關?蛟 | 1100111011110110001111111100111010111100001111111100111011110001 | cef63fcebc3fcef1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)