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 | 豌旧Ц | 111001101011000010001011100011001000010001010111 | e6b08b8c8457 |
EUC-JP | 豌旧Ц | 111011001011001010110101111011001010011110111000 | ecb2b5eca7b8 |
UTF-8 | 豌旧Ц | 1110100010110001100011001110011010010111101001111101000010100110 | e8b18ce697a7d0a6 |
UHC | 豌?Ц | 1110100011010101001111111010110010111000 | e8d53facb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)