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 | ???陰? | 001111110011111100111111100010010100000100111111 | 3f3f3f89413f |
EUC-JP | 轝??陰? | 1000111111100001101010100011111100111111101100011010001000111111 | 8fe1aa3f3fb1a23f |
UTF-8 | 轝뚯뇳陰쌗 | 111010001011110110011101111010111001101010101111111010111000011110110011111010011001100110110000111011001000110010010111 | e8bd9deb9aafeb87b3e999b0ec8c97 |
UHC | 轝뚯뇳陰쌗 | 11100110101011001000110011101100100001111001011111101011111001001001101101000101 | e6ac8cec8797ebe49b45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)