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 | LN | 10000001010011001000000101001110 | 814c814e |
SJIS-WIN | ?L?N | 00111111010011000011111101001110 | 3f4c3f4e |
EUC-JP | ?L?N | 00111111010011000011111101001110 | 3f4c3f4e |
UTF-8 | LN | 110000101000000101001100110000101000000101001110 | c2814cc2814e |
UHC | ?L?N | 00111111010011000011111101001110 | 3f4c3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)