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\ | 00111111001111110100110001011100 | 3f3f4c5c |
SJIS-WIN | 遵?L\ | 1000111110000101001111110100110001011100 | 8f853f4c5c |
EUC-JP | 遵?L\ | 1011110111100101001111110100110001011100 | bde53f4c5c |
UTF-8 | 遵렡L\ | 1110100110000001101101011110101110100000101000010100110001011100 | e981b5eba0a14c5c |
UHC | 遵렡L\ | 111100011110010110001110101100100100110001011100 | f1e58eb24c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)