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 | 11100000101100010110100111100000101100010110100101000010 | e0b169e0b16942 |
SJIS-WIN | ?±i?±iB | 001111111000000101111101011010010011111110000001011111010110100101000010 | 3f817d693f817d6942 |
EUC-JP | à±ià±iB | 10001111101010111010001010100001110111100110100110001111101010111010001010100001110111100110100101000010 | 8faba2a1de698faba2a1de6942 |
UTF-8 | à±ià±iB | 1100001110100000110000101011000101101001110000111010000011000010101100010110100101000010 | c3a0c2b169c3a0c2b16942 |
UHC | ?±i?±iB | 001111111010000110111110011010010011111110100001101111100110100101000010 | 3fa1be693fa1be6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)