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 | åçWk | 1110010110010010111001110101011101101011 | e592e7576b |
SJIS-WIN | ???Wk | 0011111100111111001111110101011101101011 | 3f3f3f576b |
EUC-JP | å?çWk | 100011111010101110101001001111111000111110101011101011100101011101101011 | 8faba93f8fabae576b |
UTF-8 | åçWk | 1100001110100101110000101001001011000011101001110101011101101011 | c3a5c292c3a7576b |
UHC | ???Wk | 0011111100111111001111110101011101101011 | 3f3f3f576b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)