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 | ?U???A?V | 0011111101010101001111110011111100111111010000010011111101010110 | 3f553f3f3f413f56 |
SJIS-WIN | ?U???A?V | 0011111101010101001111110011111100111111010000010011111101010110 | 3f553f3f3f413f56 |
EUC-JP | ?U???A?V | 0011111101010101001111110011111100111111010000010011111101010110 | 3f553f3f3f413f56 |
UTF-8 | 찾U혡챈혟A찾V | 111011001011000010111110010101011110110110011000101000011110110010110001100010001110110110011000100111110100000111101100101100001011111001010110 | ecb0be55ed98a1ecb188ed989f41ecb0be56 |
UHC | 찾U혡챈혟A찾V | 11000011101000110101010111000010100010101100001110100110110000101000100101000001110000111010001101010110 | c3a355c28ac3a6c28941c3a356 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)