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 | 111011001011000110100110111011001010100110001101111011001010011110100100010101100110100011101100101100011010011011101100101010011000110111101100101001111010010001010110 | ecb1a6eca98deca7a45668ecb1a6eca98deca7a456 |
UHC | 챦쩍짤Vh챦쩍짤V | 110000111010111111000010101111011100001010101001010101100110100011000011101011111100001010111101110000101010100101010110 | c3afc2bdc2a95668c3afc2bdc2a956 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)