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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 魴晤Ν蓆 | 1110100110110101100111011110101110000011101010111110010011101100 | e9b59deb83abe4ec |
EUC-JP | 魴晤Ν蓆 | 1111001010110111110110101110110110100110101011011110100011101110 | f2b7daeda6ade8ee |
UTF-8 | 魴晤Ν蓆 | 1110100110101101101101001110011010011001101001001100111010011101111010001001001110000110 | e9adb4e699a4ce9de89386 |
UHC | ?晤Ν蓆 | 00111111111001111111101110100101110011011110000010110110 | 3fe7fba5cde0b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)