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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 歪紗? | 1001100001100011100011101101000100111111 | 98638ed13f |
EUC-JP | 歪紗? | 1100111111000100101111001101001100111111 | cfc4bcd33f |
UTF-8 | 歪紗걋 | 111001101010110110101010111001111011010010010111111010101011000110001011 | e6adaae7b497eab18b |
UHC | 歪紗걋 | 111010001110000011011110111010011011000011000000 | e8e0dee9b0c0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)