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 | ??????D | 00111111001111110011111100111111001111110011111101000100 | 3f3f3f3f3f3f44 |
SJIS-WIN | スロリウラホD | 10111101110110111101100010110011110101111100111001000100 | bddbd8b3d7ce44 |
EUC-JP | スロリウラホD | 10001110101111011000111011011011100011101101100010001110101100111000111011010111100011101100111001000100 | 8ebd8edb8ed88eb38ed78ece44 |
UTF-8 | スロリウラホD | 11101111101111011011110111101111101111101001101111101111101111101001100011101111101111011011001111101111101111101001011111101111101111101000111001000100 | efbdbdefbe9befbe98efbdb3efbe97efbe8e44 |
UHC | ??????D | 00111111001111110011111100111111001111110011111101000100 | 3f3f3f3f3f3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)