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 | 實邵艾 | 100110111000100111100111101110001110010010001000 | 9b89e7b8e488 |
EUC-JP | 實邵艾 | 110101011110100111101110101110101110011111101000 | d5e9eebae7e8 |
UTF-8 | 實邵艾 | 111001011010111110100110111010011000001010110101111010001000100110111110 | e5afa6e982b5e889be |
UHC | 實邵艾 | 111000111111100111100001110100001110010011110101 | e3f9e1d0e4f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)