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 | 蒿肴浦 | 111001001110010010001101111001101000100101011001 | e4e48de68959 |
EUC-JP | 蒿肴浦 | 111010001110011010111010111010001011000110111010 | e8e6bae8b1ba |
UTF-8 | 蒿肴浦 | 111010001001001010111111111010001000001010110100111001101011010110100110 | e892bfe882b4e6b5a6 |
UHC | 蒿肴浦 | 111110111101101011111101101000101111100011011101 | fbdafda2f8dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)