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 | 혦횩혧횧횏체@ | 11101101100110001010011011101101100110101010100111101101100110001010011111101101100110101010011111101101100110101000111111101100101100101011010001000000 | ed98a6ed9aa9ed98a7ed9aa7ed9a8fecb2b440 |
UHC | 혦횩혧횧횏체@ | 11000010100011101100001110011111110000101000111111000011100111101100001110001011110000111011110001000000 | c28ec39fc28fc39ec38bc3bc40 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)