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§Z¢ | 1001001001010011100100011010011110010010010110101001000110100010 | 925391a7925a91a2 |
SJIS-WIN | ?S?§?Z?¢ | 00111111010100110011111110000001100110000011111101011010001111111000000110010001 | 3f533f81983f5a3f8191 |
EUC-JP | ?S?§?Z?¢ | 00111111010100110011111110100001111110000011111101011010001111111010000111110001 | 3f533fa1f83f5a3fa1f1 |
UTF-8 | S§Z¢ | 1100001010010010010100111100001010010001110000101010011111000010100100100101101011000010100100011100001010100010 | c29253c291c2a7c2925ac291c2a2 |
UHC | ?S?§?Z?? | 001111110101001100111111101000011101011100111111010110100011111100111111 | 3f533fa1d73f5a3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)