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 | ïä±~ | 1110111111100100100011101011000101111110 | efe48eb17e |
SJIS-WIN | ???±~ | 001111110011111100111111100000010111110101111110 | 3f3f3f817d7e |
EUC-JP | ïä?±~ | 10001111101010111100000110001111101010111010001100111111101000011101111001111110 | 8fabc18faba33fa1de7e |
UTF-8 | ïä±~ | 110000111010111111000011101001001100001010001110110000101011000101111110 | c3afc3a4c28ec2b17e |
UHC | ???±~ | 001111110011111100111111101000011011111001111110 | 3f3f3fa1be7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)