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] | 1000000101001100100000010100111001011101 | 814c814e5d |
SJIS-WIN | ?L?N] | 0011111101001100001111110100111001011101 | 3f4c3f4e5d |
EUC-JP | ?L?N] | 0011111101001100001111110100111001011101 | 3f4c3f4e5d |
UTF-8 | LN] | 11000010100000010100110011000010100000010100111001011101 | c2814cc2814e5d |
UHC | ?L?N] | 0011111101001100001111110100111001011101 | 3f4c3f4e5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)