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 | ¼´ÀBF | 10001110101111001000111110110100110000000100001001000110 | 8ebc8fb4c04246 |
SJIS-WIN | ???´?BF | 0011111100111111001111111000000101001100001111110100001001000110 | 3f3f3f814c3f4246 |
EUC-JP | ???´ÀBF | 00111111001111110011111110100001101011011000111110101010101000100100001001000110 | 3f3f3fa1ad8faaa24246 |
UTF-8 | ¼´ÀBF | 110000101000111011000010101111001100001010001111110000101011010011000011100000000100001001000110 | c28ec2bcc28fc2b4c3804246 |
UHC | ?¼?´?BF | 001111111010100011111001001111111010001010100101001111110100001001000110 | 3fa8f93fa2a53f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)