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 | 111011001011000110011001111011011001100010011001111011011001100010101000010101100110100011101100101100011001100111101101100110001001100111101101100110001010100001010110 | ecb199ed9899ed98a85668ecb199ed9899ed98a856 |
UHC | 챙혙혨Vh챙혙혨V | 110000111010110011000010100001001100001010010000010101100110100011000011101011001100001010000100110000101001000001010110 | c3acc284c2905668c3acc284c29056 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)