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 | À´Ý | 1000111011000000100011111011010011011101 | 8ec08fb4dd |
SJIS-WIN | ???´? | 001111110011111100111111100000010100110000111111 | 3f3f3f814c3f |
EUC-JP | ?À?´Ý | 00111111100011111010101010100010001111111010000110101101100011111010101011110010 | 3f8faaa23fa1ad8faaf2 |
UTF-8 | À´Ý | 11000010100011101100001110000000110000101000111111000010101101001100001110011101 | c28ec380c28fc2b4c39d |
UHC | ???´? | 001111110011111100111111101000101010010100111111 | 3f3f3fa2a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)