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 | ?????SE | 00111111001111110011111100111111001111110101001101000101 | 3f3f3f3f3f5345 |
SJIS-WIN | ?????SE | 00111111001111110011111100111111001111110101001101000101 | 3f3f3f3f3f5345 |
EUC-JP | ?????SE | 00111111001111110011111100111111001111110101001101000101 | 3f3f3f3f3f5345 |
UTF-8 | 채혝혢챗혢SE | 1110110010110001100001001110110110011000100111011110110110011000101000101110110010110001100101111110110110011000101000100101001101000101 | ecb184ed989ded98a2ecb197ed98a25345 |
UHC | 채혝혢챗혢SE | 110000111010010011000010100001111100001010001011110000111010101011000010100010110101001101000101 | c3a4c287c28bc3aac28b5345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)