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§L² | 1001001001010011100100011010011110010010010011001001000110110010 | 925391a7924c91b2 |
SJIS-WIN | ?S?§?L?? | 001111110101001100111111100000011001100000111111010011000011111100111111 | 3f533f81983f4c3f3f |
EUC-JP | ?S?§?L?? | 001111110101001100111111101000011111100000111111010011000011111100111111 | 3f533fa1f83f4c3f3f |
UTF-8 | S§L² | 1100001010010010010100111100001010010001110000101010011111000010100100100100110011000010100100011100001010110010 | c29253c291c2a7c2924cc291c2b2 |
UHC | ?S?§?L?² | 00111111010100110011111110100001110101110011111101001100001111111010100111110111 | 3f533fa1d73f4c3fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)