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???? | 001111110101011000111111001111110011111100111111 | 3f563f3f3f3f |
SJIS-WIN | ?V???? | 001111110101011000111111001111110011111100111111 | 3f563f3f3f3f |
EUC-JP | ?V???? | 001111110101011000111111001111110011111100111111 | 3f563f3f3f3f |
UTF-8 | 청V짚챔혦짠 | 11101100101100101010110101010110111011001010011110011010111011001011000110010100111011011001100010100110111011001010011110100000 | ecb2ad56eca79aecb194ed98a6eca7a0 |
UHC | 청V짚챔혦짠 | 1100001110111011010101101100001010100100110000111010100011000010100011101100001010100111 | c3bb56c2a4c3a8c28ec2a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)