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 | 邑゚ | 100101110101011111011111 | 9757df |
EUC-JP | 邑゚ | 11001101101110001000111011011111 | cdb88edf |
UTF-8 | 邑゚ | 111010011000001010010001111011111011111010011111 | e98291efbe9f |
UHC | 邑? | 111010111110100100111111 | ebe93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)