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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 轅?義?B | 11100111011101100011111110001011011000000011111101000010 | e7763f8b603f42 |
EUC-JP | 轅?義?B | 11101101110101110011111110110101110000010011111101000010 | edd73fb5c13f42 |
UTF-8 | 轅렒義렢B | 11101000101111011000010111101011101000001001001011100111101111101010100111101011101000001010001001000010 | e8bd85eba092e7bea9eba0a242 |
UHC | 轅렒義렢B | 111010101011111110001110101001111110101111111001100011101011001101000010 | eabf8ea7ebf98eb342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)