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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ?傭 | 001111111001011101100010 | 3f9762 |
EUC-JP | ?傭 | 001111111100110111000011 | 3fcdc3 |
UTF-8 | 쉣傭 | 111011001000100110100011111001011000001010101101 | ec89a3e582ad |
UHC | 쉣傭 | 10011010011110001110100110110110 | 9a78e9b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)