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 | ?F???V?P | 0011111101000110001111110011111100111111010101100011111101010000 | 3f463f3f3f563f50 |
SJIS-WIN | ?F???V?P | 0011111101000110001111110011111100111111010101100011111101010000 | 3f463f3f3f563f50 |
EUC-JP | ?F???V?P | 0011111101000110001111110011111100111111010101100011111101010000 | 3f463f3f3f563f50 |
UTF-8 | 채F혙혡혡V챈P | 111011001011000110000100010001101110110110011000100110011110110110011000101000011110110110011000101000010101011011101100101100011000100001010000 | ecb18446ed9899ed98a1ed98a156ecb18850 |
UHC | 채F혙혡혡V챈P | 11000011101001000100011011000010100001001100001010001010110000101000101001010110110000111010011001010000 | c3a446c284c28ac28a56c3a650 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)