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â÷L^ | 11100010111101110100110011100010111101110100110001011110 | e2f74ce2f74c5e |
SJIS-WIN | ?÷L?÷L^ | 001111111000000110000000010011000011111110000001100000000100110001011110 | 3f81804c3f81804c5e |
EUC-JP | â÷Lâ÷L^ | 10001111101010111010010010100001111000000100110010001111101010111010010010100001111000000100110001011110 | 8faba4a1e04c8faba4a1e04c5e |
UTF-8 | â÷Lâ÷L^ | 1100001110100010110000111011011101001100110000111010001011000011101101110100110001011110 | c3a2c3b74cc3a2c3b74c5e |
UHC | ?÷L?÷L^ | 001111111010000111000000010011000011111110100001110000000100110001011110 | 3fa1c04c3fa1c04c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)