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 | 孵瑩癒 | 100110110111101011100000111100001001011011111100 | 9b7ae0f096fc |
EUC-JP | 孵瑩癒 | 110101011101101111100000111100101100110011111110 | d5dbe0f2ccfe |
UTF-8 | 孵瑩癒 | 111001011010110110110101111001111001000110101001111001111001100110010010 | e5adb5e791a9e79992 |
UHC | 孵瑩癒 | 110111011010001011111011101010011110101110101000 | dda2fba9eba8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)