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 | ??????@ | 00111111001111110011111100111111001111110011111101000000 | 3f3f3f3f3f3f40 |
SJIS-WIN | ??????@ | 00111111001111110011111100111111001111110011111101000000 | 3f3f3f3f3f3f40 |
EUC-JP | ??????@ | 00111111001111110011111100111111001111110011111101000000 | 3f3f3f3f3f3f40 |
UTF-8 | 혦횩혧횂챨혴@ | 11101101100110001010011011101101100110101010100111101101100110001010011111101101100110101000001011101100101100011010100011101101100110001011010001000000 | ed98a6ed9aa9ed98a7ed9a82ecb1a8ed98b440 |
UHC | 혦횩혧횂챨혴@ | 11000010100011101100001110011111110000101000111111000011100000101100001110110000110000101001101101000000 | c28ec39fc28fc382c3b0c29b40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)