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 | ¡\¡\^ | 100100011010000110010010010111001001000110100001100100100101110001011110 | 91a1925c91a1925c5e |
SJIS-WIN | ???\???\^ | 001111110011111100111111010111000011111100111111001111110101110001011110 | 3f3f3f5c3f3f3f5c5e |
EUC-JP | ?¡?\?¡?\^ | 00111111100011111010001011000010001111110101110000111111100011111010001011000010001111110101110001011110 | 3f8fa2c23f5c3f8fa2c23f5c5e |
UTF-8 | ¡\¡\^ | 110000101001000111000010101000011100001010010010010111001100001010010001110000101010000111000010100100100101110001011110 | c291c2a1c2925cc291c2a1c2925c5e |
UHC | ?¡?\?¡?\^ | 0011111110100010101011100011111101011100001111111010001010101110001111110101110001011110 | 3fa2ae3f5c3fa2ae3f5c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)