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 | ??}Y??}bE | 001111110011111101111101010110010011111100111111011111010110001001000101 | 3f3f7d593f3f7d6245 |
SJIS-WIN | ツ鮮}Yツ鮮}bE | 1100001010010001010011100111110101011001110000101001000101001110011111010110001001000101 | c2914e7d59c2914e7d6245 |
EUC-JP | ツ鮮}Yツ鮮}bE | 10001110110000101100000110101111011111010101100110001110110000101100000110101111011111010110001001000101 | 8ec2c1af7d598ec2c1af7d6245 |
UTF-8 | ツ鮮}Yツ鮮}bE | 1110111110111110100000101110100110101110101011100111110101011001111011111011111010000010111010011010111010101110011111010110001001000101 | efbe82e9aeae7d59efbe82e9aeae7d6245 |
UHC | ?鮮}Y?鮮}bE | 0011111111100000110110000111110101011001001111111110000011011000011111010110001001000101 | 3fe0d87d593fe0d87d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)