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 | 赦柴雉 | 100011101100110110001110110001001110100010110011 | 8ecd8ec4e8b3 |
EUC-JP | 赦柴雉 | 101111001100111110111100110001101111000010110101 | bccfbcc6f0b5 |
UTF-8 | 赦柴雉 | 111010001011010110100110111001101001111110110100111010011001101110001001 | e8b5a6e69fb4e99b89 |
UHC | 赦柴雉 | 110111101111010111100011110000111111011011001011 | def5e3c3f6cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)