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 | ??n??nB | 00111111001111110110111000111111001111110110111001000010 | 3f3f6e3f3f6e42 |
SJIS-WIN | 丹樽n丹樽nB | 1001001001001111100100100100110101101110100100100100111110010010010011010110111001000010 | 924f924d6e924f924d6e42 |
EUC-JP | 丹樽n丹樽nB | 1100001110110000110000111010111001101110110000111011000011000011101011100110111001000010 | c3b0c3ae6ec3b0c3ae6e42 |
UTF-8 | 丹樽n丹樽nB | 111001001011100010111001111001101010100010111101011011101110010010111000101110011110011010101000101111010110111001000010 | e4b8b9e6a8bd6ee4b8b9e6a8bd6e42 |
UHC | 丹樽n丹樽nB | 1101001110100001111100011101110001101110110100111010000111110001110111000110111001000010 | d3a1f1dc6ed3a1f1dc6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)