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 | 赦貳雫 | 100011101100110111100110110001101000111010110100 | 8ecde6c68eb4 |
EUC-JP | 赦貳雫 | 101111001100111111101100110010001011110010110110 | bccfecc8bcb6 |
UTF-8 | 赦貳雫 | 111010001011010110100110111010001011001010110011111010011001101110101011 | e8b5a6e8b2b3e99bab |
UHC | 赦貳? | 1101111011110101111011001100001100111111 | def5ecc33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)