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 | Ýû÷¯ | 11011101111110111111011110101111 | ddfbf7af |
SJIS-WIN | ??÷? | 0011111100111111100000011000000000111111 | 3f3f81803f |
EUC-JP | Ýû÷¯ | 1000111110101010111100101000111110101011111001011010000111100000100011111010001010110100 | 8faaf28fabe5a1e08fa2b4 |
UTF-8 | Ýû÷¯ | 1100001110011101110000111011101111000011101101111100001010101111 | c39dc3bbc3b7c2af |
UHC | ??÷? | 0011111100111111101000011100000000111111 | 3f3fa1c03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)