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 | 祭逗圖 | 100011011101010110010000100000001001101010100100 | 8dd590809aa4 |
EUC-JP | 祭逗圖 | 101110101101011110111111111000001101010010100110 | bad7bfe0d4a6 |
UTF-8 | 祭逗圖 | 111001111010010110101101111010011000000010010111111001011001110010010110 | e7a5ade98097e59c96 |
UHC | 祭逗圖 | 111100001010111011010100111010001101001111110001 | f0aed4e8d3f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)