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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鬘ッ驛∝険 | 111010011010000110101111111010011000001110000001111001011000110010101111 | e9a1afe98381e58caf |
EUC-JP | 鬘ッ驛∝険 | 11110010101000111000111010101111111100011110001110100010111001111011100010110001 | f2a38eaff1e3a2e7b8b1 |
UTF-8 | 鬘ッ驛∝険 | 111010011010110010011000111011111011110110101111111010011010100110011011111000101000100010011101111010011001100110111010 | e9ac98efbdafe9a99be2889de999ba |
UHC | ??驛∝? | 00111111001111111110011010111110101000011111000000111111 | 3f3fe6bea1f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)