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 | ¾í½æì | 101111101110110110001111101111011110011011101100 | beed8fbde6ec |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?í??æì | 001111111000111110101011101111110011111100111111100011111010100111000001100011111010101111000000 | 3f8fabbf3f3f8fa9c18fabc0 |
UTF-8 | ¾í½æì | 110000101011111011000011101011011100001010001111110000101011110111000011101001101100001110101100 | c2bec3adc28fc2bdc3a6c3ac |
UHC | ¾??½æ? | 101010001111101000111111001111111010100011110110101010011010000100111111 | a8fa3f3fa8f6a9a13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)