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 | 髯キ驛≫筏 | 111010011001100110110111111010011000001110000001111000101001010010110011 | e999b7e98381e294b3 |
EUC-JP | 髯キ驛≫筏 | 11110001111110011000111010110111111100011110001110100010111001001100100010110101 | f1f98eb7f1e3a2e4c8b5 |
UTF-8 | 髯キ驛≫筏 | 111010011010101110101111111011111011110110110111111010011010100110011011111000101000100110101011111001111010110110001111 | e9abafefbdb7e9a99be289abe7ad8f |
UHC | ??驛≫筏 | 0011111100111111111001101011111010100001111011011101101111101010 | 3f3fe6bea1eddbea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)