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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 冪? | 100110010111000000111111 | 99703f |
EUC-JP | 冪? | 110100011101000100111111 | d1d13f |
UTF-8 | 冪헝 | 111001011000011010101010111011011001011110011101 | e586aaed979d |
UHC | 冪헝 | 11011000111100011100011111101011 | d8f1c7eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)