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 | ?× | 0011111111010111 | 3fd7 |
SJIS-WIN | 懿× | 10011100111100101000000101111110 | 9cf2817e |
EUC-JP | 懿× | 11011000111101001010000111011111 | d8f4a1df |
UTF-8 | 懿× | 1110011010000111101111111100001110010111 | e687bfc397 |
UHC | 懿× | 11101011111100111010000110111111 | ebf3a1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)