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 | ¸¹] | 101110001011100101011101 | b8b95d |
SJIS-WIN | ??] | 001111110011111101011101 | 3f3f5d |
EUC-JP | ¸?] | 1000111110100010101100010011111101011101 | 8fa2b13f5d |
UTF-8 | ¸¹] | 1100001010111000110000101011100101011101 | c2b8c2b95d |
UHC | ¸¹] | 1010001010101100101010011111011001011101 | a2aca9f65d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)