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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 鬘鮭泗] | 11101001101000011000110111111000100111111001100101011101 | e9a18df89f995d |
EUC-JP | 鬘鮭泗] | 11110010101000111011101011111010110111011111100101011101 | f2a3bafaddf95d |
UTF-8 | 鬘鮭泗] | 11101001101011001001100011101001101011101010110111100110101100111001011101011101 | e9ac98e9aeade6b3975d |
UHC | ??泗] | 0011111100111111110111101101111101011101 | 3f3fdedf5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)