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 | Ʋ] | 110001101011001001011101 | c6b25d |
SJIS-WIN | ??] | 001111110011111101011101 | 3f3f5d |
EUC-JP | Æ?] | 1000111110101001101000010011111101011101 | 8fa9a13f5d |
UTF-8 | Ʋ] | 1100001110000110110000101011001001011101 | c386c2b25d |
UHC | Ʋ] | 1010100010100001101010011111011101011101 | a8a1a9f75d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)