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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 池頭??^ | 10010010011100101001001110101010001111110011111101011110 | 927293aa3f3f5e |
EUC-JP | 池頭??^ | 11000011110100111100011010101100001111110011111101011110 | c3d3c6ac3f3f5e |
UTF-8 | 池頭렑렕^ | 11100110101100011010000011101001101000001010110111101011101000001001000111101011101000001001010101011110 | e6b1a0e9a0adeba091eba0955e |
UHC | 池頭렑렕^ | 111100101010111011010100111010011000111010100110100011101010101001011110 | f2aed4e98ea68eaa5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)