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 | ???椅? | 001111110011111100111111100010001101011000111111 | 3f3f3f88d63f |
EUC-JP | 轝??椅? | 1000111111100001101010100011111100111111101100001101100000111111 | 8fe1aa3f3fb0d83f |
UTF-8 | 轝뚯뇴椅풟 | 111010001011110110011101111010111001101010101111111010111000011110110100111001101010010010000101111011011001001010011111 | e8bd9deb9aafeb87b4e6a485ed929f |
UHC | 轝뚯뇴椅풟 | 11100110101011001000110011101100100001111001100011101011111101011011111101000010 | e6ac8cec8798ebf5bf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)