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 | 奄? | 100010011000001000111111 | 89823f |
EUC-JP | 奄? | 101100011110001000111111 | b1e23f |
UTF-8 | 奄쒮 | 111001011010010110000100111011001001001010101110 | e5a584ec92ae |
UHC | 奄쒮 | 11100101111100101001110101000101 | e5f29d45 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)