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 | ??`^ | 00111111001111110110000001011110 | 3f3f605e |
SJIS-WIN | 質`^ | 111100001100000010001110101111110110000001011110 | f0c08ebf605e |
EUC-JP | ?質`^ | 0011111110111100110000010110000001011110 | 3fbcc1605e |
UTF-8 | 質`^ | 1110111010000001101111111110100010110011101010100110000001011110 | ee81bfe8b3aa605e |
UHC | ?質`^ | 0011111111110010111101010110000001011110 | 3ff2f5605e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)