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 | 讌殊Ц | 111001101010010110001110111010101000010001010111 | e6a58eea8457 |
EUC-JP | 讌殊Ц | 111011001010011110111100111011001010011110111000 | eca7bceca7b8 |
UTF-8 | 讌殊Ц | 1110100010101110100011001110011010101110100010101101000010100110 | e8ae8ce6ae8ad0a6 |
UHC | ?殊Ц | 0011111111100010101010001010110010111000 | 3fe2a8acb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)