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 | 鬩怜供蜍 | 1110100110101001100101111110010110001011100111111110010110001011 | e9a997e58b9fe58b |
EUC-JP | 鬩怜供蜍 | 1111001010101011110011101110011110110110101000011110100111101011 | f2abcee7b6a1e9eb |
UTF-8 | 鬩怜供蜍 | 111010011010110010101001111001101000000010011100111001001011111010011011111010001001110010001101 | e9aca9e6809ce4be9be89c8d |
UHC | ?怜供? | 001111111101011010111011110011011110101000111111 | 3fd6bbcdea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)