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 | 佇?? | 10011000110010000011111100111111 | 98c83f3f |
EUC-JP | 佇?鋌 | 110100001100101000111111100011111110010010111011 | d0ca3f8fe4bb |
UTF-8 | 佇렰鋌 | 111001001011110110000111111010111010000010110000111010011000101110001100 | e4bd87eba0b0e98b8c |
UHC | 佇렰鋌 | 111011101011011110001110101111011110111111111011 | eeb78ebdeffb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)