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 | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
SJIS-WIN | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
EUC-JP | ???[???[^ | 001111110011111100111111010110110011111100111111001111110101101101011110 | 3f3f3f5b3f3f3f5b5e |
UTF-8 | 뤫띈덤[뤫띈덤[^ | 111010111010010010101011111010111001110110001000111010111000110110100100010110111110101110100100101010111110101110011101100010001110101110001101101001000101101101011110 | eba4abeb9d88eb8da45beba4abeb9d88eb8da45b5e |
UHC | 뤫띈덤[뤫띈덤[^ | 100011111101100110110110111010001011010011111101010110111000111111011001101101101110100010110100111111010101101101011110 | 8fd9b6e8b4fd5b8fd9b6e8b4fd5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)