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 | â÷iâ÷iB | 100011111110001011110111011010011000111111100010111101110110100101000010 | 8fe2f7698fe2f76942 |
SJIS-WIN | ??÷i??÷iB | 0011111100111111100000011000000001101001001111110011111110000001100000000110100101000010 | 3f3f8180693f3f81806942 |
EUC-JP | ?â÷i?â÷iB | 001111111000111110101011101001001010000111100000011010010011111110001111101010111010010010100001111000000110100101000010 | 3f8faba4a1e0693f8faba4a1e06942 |
UTF-8 | â÷iâ÷iB | 110000101000111111000011101000101100001110110111011010011100001010001111110000111010001011000011101101110110100101000010 | c28fc3a2c3b769c28fc3a2c3b76942 |
UHC | ??÷i??÷iB | 0011111100111111101000011100000001101001001111110011111110100001110000000110100101000010 | 3f3fa1c0693f3fa1c06942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)