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 | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
SJIS-WIN | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
EUC-JP | ????V | 0011111100111111001111110011111101010110 | 3f3f3f3f56 |
UTF-8 | 횩횧챠쨩V | 11101101100110101010100111101101100110101010011111101100101100011010000011101100101010001010100101010110 | ed9aa9ed9aa7ecb1a0eca8a956 |
UHC | 횩횧챠쨩V | 110000111001111111000011100111101100001110101101110000101011101101010110 | c39fc39ec3adc2bb56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)