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\ | 001111110011111100111111001111110100110001011100 | 3f3f3f3f4c5c |
SJIS-WIN | 浯滓イサL\ | 1111101011111100100111111110011010110010101110110100110001011100 | fafc9fe6b2bb4c5c |
EUC-JP | 浯滓イサL\ | 1000111111000111110000111101111011101000100011101011001010001110101110110100110001011100 | 8fc7c3dee88eb28ebb4c5c |
UTF-8 | 浯滓イサL\ | 1110011010110101101011111110011010111011100100111110111110111101101100101110111110111101101110110100110001011100 | e6b5afe6bb93efbdb2efbdbb4c5c |
UHC | ?滓??L\ | 00111111111011101010101100111111001111110100110001011100 | 3feeab3f3f4c5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)