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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 甑?煜?症 | 1000110110011001001111111111101101010101001111111000111111000111 | 8d993ffb553f8fc7 |
EUC-JP | 甑?煜?症 | 101110011111100100111111100011111100100111111100001111111011111011001001 | b9f93f8fc9fc3fbec9 |
UTF-8 | 甑렋煜렡症 | 111001111001010010010001111010111010000010001011111001111000010110011100111010111010000010100001111001111001011110000111 | e79491eba08be7859ceba0a1e79787 |
UHC | 甑렋煜렡症 | 11110001111101111000111010100010111010011111001010001110101100101111000111111000 | f1f78ea2e9f28eb2f1f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)