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 | ???^~ | 0011111100111111001111110101111001111110 | 3f3f3f5e7e |
SJIS-WIN | 臟??^~ | 111001000110011000111111001111110101111001111110 | e4663f3f5e7e |
EUC-JP | 臟??^~ | 111001111100011100111111001111110101111001111110 | e7c73f3f5e7e |
UTF-8 | 臟딈뱵^~ | 1110100010000111100111111110101110010100100010001110101110110001101101010101111001111110 | e8879feb9488ebb1b55e7e |
UHC | 臟딈뱵^~ | 1110110111110100100010101110111010010011100110110101111001111110 | edf48aee939b5e7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)