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 | 0011111100111111001111110011111101010101 | 3f3f3f3f55 |
SJIS-WIN | 「ェ」U | 101000101111100110001111101010101010001101010101 | a2f98faaa355 |
EUC-JP | 「?ェ」U | 1000111010100010001111111000111010101010100011101010001101010101 | 8ea23f8eaa8ea355 |
UTF-8 | 「ェ」U | 11101111101111011010001011101110100110111010101011101111101111011010101011101111101111011010001101010101 | efbda2ee9baaefbdaaefbda355 |
UHC | ????U | 0011111100111111001111110011111101010101 | 3f3f3f3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)