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 | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
SJIS-WIN | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
EUC-JP | ??????a | 00111111001111110011111100111111001111110011111101100001 | 3f3f3f3f3f3f61 |
UTF-8 | 횧짚찾짧첫챠a | 11101101100110101010011111101100101001111001101011101100101100001011111011101100101001111010011111101100101100101010101111101100101100011010000001100001 | ed9aa7eca79aecb0beeca7a7ecb2abecb1a061 |
UHC | 횧짚찾짧첫챠a | 11000011100111101100001010100100110000111010001111000010101010101100001110111001110000111010110101100001 | c39ec2a4c3a3c2aac3b9c3ad61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)