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 | ?燕 | 001111111000100110001101 | 3f898d |
EUC-JP | ?燕 | 001111111011000111101101 | 3fb1ed |
UTF-8 | 묈燕 | 111010111010110010001000111001111000011110010101 | ebac88e78795 |
UHC | 묈燕 | 10010001111001011110011011011000 | 91e5e6d8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)