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 | c÷cá^ | 100100110110001110011100111101111001001101100011111000011000010001011110 | 93639cf79363e1845e |
SJIS-WIN | ?c?÷?c??^ | 00111111011000110011111110000001100000000011111101100011001111110011111101011110 | 3f633f81803f633f3f5e |
EUC-JP | ?c?÷?cá?^ | 001111110110001100111111101000011110000000111111011000111000111110101011101000010011111101011110 | 3f633fa1e03f638faba13f5e |
UTF-8 | c÷cá^ | 110000101001001101100011110000101001110011000011101101111100001010010011011000111100001110100001110000101000010001011110 | c29363c29cc3b7c29363c3a1c2845e |
UHC | ?c?÷?c??^ | 00111111011000110011111110100001110000000011111101100011001111110011111101011110 | 3f633fa1c03f633f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)