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 | S§LH | 1001001001010011100100011010011110010010010011001001001001001000 | 925391a7924c9248 |
SJIS-WIN | ?S?§?L?H | 001111110101001100111111100000011001100000111111010011000011111101001000 | 3f533f81983f4c3f48 |
EUC-JP | ?S?§?L?H | 001111110101001100111111101000011111100000111111010011000011111101001000 | 3f533fa1f83f4c3f48 |
UTF-8 | S§LH | 11000010100100100101001111000010100100011100001010100111110000101001001001001100110000101001001001001000 | c29253c291c2a7c2924cc29248 |
UHC | ?S?§?L?H | 001111110101001100111111101000011101011100111111010011000011111101001000 | 3f533fa1d73f4c3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)