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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 雜咏カ南謳雜 | 1110100010110110100110011110011110110110100100111110110011100110100100001110100010110110 | e8b699e7b693ece690e8b6 |
EUC-JP | 雜咏カ南謳雜 | 111100001011100011010010111010011000111010110110110001101110111011101011111100001111000010111000 | f0b8d2e98eb6c6eeebf0f0b8 |
UTF-8 | 雜咏カ南謳雜 | 111010011001101110011100111001011001001010001111111011111011110110110110111001011000110110010111111010001010110010110011111010011001101110011100 | e99b9ce5928fefbdb6e58d97e8acb3e99b9c |
UHC | 雜??南謳雜 | 11101101110110100011111100111111110100011111010111001111110001001110110111011010 | edda3f3fd1f5cfc4edda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)