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 | ¼ª{d | 100011101011110010001110101010100111101101100100 | 8ebc8eaa7b64 |
SJIS-WIN | ????{d | 001111110011111100111111001111110111101101100100 | 3f3f3f3f7b64 |
EUC-JP | ???ª{d | 0011111100111111001111111000111110100010111011000111101101100100 | 3f3f3f8fa2ec7b64 |
UTF-8 | ¼ª{d | 11000010100011101100001010111100110000101000111011000010101010100111101101100100 | c28ec2bcc28ec2aa7b64 |
UHC | ?¼?ª{d | 0011111110101000111110010011111110101000101000110111101101100100 | 3fa8f93fa8a37b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)