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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 哀???B | 100010001010001100111111001111110011111101000010 | 88a33f3f3f42 |
EUC-JP | 哀???B | 101100001010010100111111001111110011111101000010 | b0a53f3f3f42 |
UTF-8 | 哀앗낆뵦B | 11100101100100111000000011101100100101011001011111101011100000101000011011101011101101011010011001000010 | e59380ec9597eb8286ebb5a642 |
UHC | 哀앗낆뵦B | 111001001110111010111110110100011000010111101100100101001010010101000010 | e4eebed185ec94a542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)