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 | ??t | 001111110011111101110100 | 3f3f74 |
SJIS-WIN | 叱赦t | 1000111010110110100011101100110101110100 | 8eb68ecd74 |
EUC-JP | 叱赦t | 1011110010111000101111001100111101110100 | bcb8bccf74 |
UTF-8 | 叱赦t | 11100101100011111011000111101000101101011010011001110100 | e58fb1e8b5a674 |
UHC | 叱赦t | 1111001011101010110111101111010101110100 | f2eadef574 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)