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 | 001111110011111100111111001111110011111101010110 | 3f3f3f3f3f56 |
SJIS-WIN | ?????V | 001111110011111100111111001111110011111101010110 | 3f3f3f3f3f56 |
EUC-JP | ?????V | 001111110011111100111111001111110011111101010110 | 3f3f3f3f3f56 |
UTF-8 | 횛횒횧짝청V | 11101101100110101001101111101101100110101001001011101101100110101010011111101100101001111001110111101100101100101010110101010110 | ed9a9bed9a92ed9aa7eca79decb2ad56 |
UHC | 횛횒횧짝청V | 1100001110010101110000111000110111000011100111101100001010100110110000111011101101010110 | c395c38dc39ec2a6c3bb56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)