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 | ??????v | 00111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f76 |
SJIS-WIN | ??????v | 00111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f76 |
EUC-JP | ??????v | 00111111001111110011111100111111001111110011111101110110 | 3f3f3f3f3f3f76 |
UTF-8 | 횧처혦횩혦횤v | 11101101100110101010011111101100101100101001100011101101100110001010011011101101100110101010100111101101100110001010011011101101100110101010010001110110 | ed9aa7ecb298ed98a6ed9aa9ed98a6ed9aa476 |
UHC | 횧처혦횩혦횤v | 11000011100111101100001110110011110000101000111011000011100111111100001010001110110000111001101101110110 | c39ec3b3c28ec39fc28ec39b76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)