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 | 孵祚 | 10011011011110101110001001001110 | 9b7ae24e |
EUC-JP | 孵祚 | 11010101110110111110001110101111 | d5dbe3af |
UTF-8 | 孵祚 | 111001011010110110110101111001111010010110011010 | e5adb5e7a59a |
UHC | 孵祚 | 11011101101000101111000011010100 | dda2f0d4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)