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 | ?潼 | 001111111110000001001101 | 3fe04d |
EUC-JP | ?潼 | 001111111101111110101110 | 3fdfae |
UTF-8 | 뇐潼 | 111010111000011110010000111001101011110110111100 | eb8790e6bdbc |
UHC | 뇐潼 | 10110011111110111101010011011000 | b3fbd4d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)