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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?箝??磯 | 00111111111000101010110100111111001111111000100011101001 | 3fe2ad3f3f88e9 |
EUC-JP | ?箝??磯 | 00111111111001001010111100111111001111111011000011101011 | 3fe4af3f3fb0eb |
UTF-8 | 렺箝렚렺磯 | 111010111010000010111010111001111010111010011101111010111010000010011010111010111010000010111010111001111010001110101111 | eba0bae7ae9deba09aeba0bae7a3af |
UHC | 렺箝렚렺磯 | 10001110110000101100110011000100100011101010110110001110110000101101000110110100 | 8ec2ccc48ead8ec2d1b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)