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 | 驩、蛟ゥ縺 | 1110100110001001101001001110010110000000101010011110001110000001 | e989a4e580a9e381 |
EUC-JP | 驩、蛟ゥ縺 | 11110001111010011000111010100100111010011110000010001110101010011110010111100001 | f1e98ea4e9e08ea9e5e1 |
UTF-8 | 驩、蛟ゥ縺 | 111010011010100110101001111011111011110110100100111010001001101110011111111011111011110110101001111001111011100010111010 | e9a9a9efbda4e89b9fefbda9e7b8ba |
UHC | 驩?蛟?? | 11111100101111100011111111001110111100010011111100111111 | fcbe3fcef13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)