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 | "雫 | 111110100101011110001110101101001111000111100101 | fa578eb4f1e5 |
EUC-JP | ?雫? | 00111111101111001011011000111111 | 3fbcb63f |
UTF-8 | "雫 | 111011111011110010000010111010011001101110101011111011101000010110100000 | efbc82e99babee85a0 |
UHC | "?? | 10100011101000100011111100111111 | a3a23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)