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 | ?靭 | 001111111001000001111000 | 3f9078 |
EUC-JP | ?靭 | 001111111011111111011001 | 3fbfd9 |
UTF-8 | 롅靭 | 111010111010000110000101111010011001110110101101 | eba185e99dad |
UHC | 롅靭 | 10001110110010111110110011100101 | 8ecbece5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)