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 | ?圄 | 001111111001101010011101 | 3f9a9d |
EUC-JP | ?圄 | 001111111101001111111101 | 3fd3fd |
UTF-8 | 슏圄 | 111011001000101010001111111001011001110010000100 | ec8a8fe59c84 |
UHC | 슏圄 | 10011010100111111110010111011000 | 9a9fe5d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)