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 | ?U?N | 00111111010101010011111101001110 | 3f553f4e |
SJIS-WIN | ?U?N | 00111111010101010011111101001110 | 3f553f4e |
EUC-JP | ?U?N | 00111111010101010011111101001110 | 3f553f4e |
UTF-8 | 뾑U뾑N | 1110101110111110100100010101010111101011101111101001000101001110 | ebbe9155ebbe914e |
UHC | 뾑U뾑N | 100101110100111101010101100101110100111101001110 | 974f55974f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)