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 | 111011001011000110010100111011001010100010011000111011001010011110101101010101100110100011101100101100011001010011101100101010001001100011101100101001111010110101010110 | ecb194eca898eca7ad5668ecb194eca898eca7ad56 |
UHC | 챔쨘짭Vh챔쨘짭V | 110000111010100011000010101110101100001010101100010101100110100011000011101010001100001010111010110000101010110001010110 | c3a8c2bac2ac5668c3a8c2bac2ac56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)