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 | ??Ц | 00111111001111111000010001010111 | 3f3f8457 |
EUC-JP | ??Ц | 00111111001111111010011110111000 | 3f3fa7b8 |
UTF-8 | 烈쒖Ц | 1110111110100110100111111110110010010010100101101101000010100110 | efa69fec9296d0a6 |
UHC | 烈쒖Ц | 111001101110111110011100111011001010110010111000 | e6ef9cecacb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)