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 | マルェ遖」 | 110011111101100110101010111001111010011010100011 | cfd9aae7a6a3 |
EUC-JP | マルェ遖」 | 10001110110011111000111011011001100011101010101011101110101010001000111010100011 | 8ecf8ed98eaaeea88ea3 |
UTF-8 | マルェ遖」 | 111011111011111010001111111011111011111010011001111011111011110110101010111010011000000110010110111011111011110110100011 | efbe8fefbe99efbdaae98196efbda3 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)