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 | 悌狼悌 | 100100101110111010011000010101001001001011101110 | 92ee985492ee |
EUC-JP | 悌狼悌 | 110001001111000011001111101101011100010011110000 | c4f0cfb5c4f0 |
UTF-8 | 悌狼悌 | 111001101000001010001100111001111000101110111100111001101000001010001100 | e6828ce78bbce6828c |
UHC | 悌狼悌 | 111100001010101011010101110010011111000010101010 | f0aad5c9f0aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)