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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ?疎^ | 00111111100100010110000101011110 | 3f91615e |
EUC-JP | ?疎^ | 00111111110000011100001001011110 | 3fc1c25e |
UTF-8 | 윢疎^ | 11101100100111001010001011100111100101101000111001011110 | ec9ca2e7968e5e |
UHC | 윢疎^ | 1001111110100011111000011100001101011110 | 9fa3e1c35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)