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 | 壹褓圖 | 100110101110001111100101111011101001101010100100 | 9ae3e5ee9aa4 |
EUC-JP | 壹褓圖 | 110101001110010111101010111100001101010010100110 | d4e5eaf0d4a6 |
UTF-8 | 壹褓圖 | 111001011010001110111001111010001010010010010011111001011001110010010110 | e5a3b9e8a493e59c96 |
UHC | 壹褓圖 | 111011001110110011011100110011101101001111110001 | ececdcced3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)