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 | ???Vh???V | 001111110011111100111111010101100110100000111111001111110011111101010110 | 3f3f3f56683f3f3f56 |
SJIS-WIN | ???Vh???V | 001111110011111100111111010101100110100000111111001111110011111101010110 | 3f3f3f56683f3f3f56 |
EUC-JP | ???Vh???V | 001111110011111100111111010101100110100000111111001111110011111101010110 | 3f3f3f56683f3f3f56 |
UTF-8 | 챙짠짚Vh챙짠짚V | 111011001011000110011001111011001010011110100000111011001010011110011010010101100110100011101100101100011001100111101100101001111010000011101100101001111001101001010110 | ecb199eca7a0eca79a5668ecb199eca7a0eca79a56 |
UHC | 챙짠짚Vh챙짠짚V | 110000111010110011000010101001111100001010100100010101100110100011000011101011001100001010100111110000101010010001010110 | c3acc2a7c2a45668c3acc2a7c2a456 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)