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 | ??L | 001111110011111101001100 | 3f3f4c |
SJIS-WIN | 紗蔀L | 1000111011010001100011101100000101001100 | 8ed18ec14c |
EUC-JP | 紗蔀L | 1011110011010011101111001100001101001100 | bcd3bcc34c |
UTF-8 | 紗蔀L | 11100111101101001001011111101000100101001000000001001100 | e7b497e894804c |
UHC | 紗?L | 11011110111010010011111101001100 | dee93f4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)