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 | ??E | 001111110011111101000101 | 3f3f45 |
SJIS-WIN | ?汐E | 00111111100011101010110001000101 | 3f8eac45 |
EUC-JP | ?汐E | 00111111101111001010111001000101 | 3fbcae45 |
UTF-8 | 킵汐E | 11101101100000101011010111100110101100011001000001000101 | ed82b5e6b19045 |
UHC | 킵汐E | 1100010110110101111000001011000101000101 | c5b5e0b145 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)