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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 駱?}駱?{^ | 111010010111000000111111011111011110100101110000001111110111101101011110 | e9703f7de9703f7b5e |
EUC-JP | 駱?}駱?{^ | 111100011101000100111111011111011111000111010001001111110111101101011110 | f1d13f7df1d13f7b5e |
UTF-8 | 駱넨}駱넨{^ | 111010011010011110110001111010111000010010101000011111011110100110100111101100011110101110000100101010000111101101011110 | e9a7b1eb84a87de9a7b1eb84a87b5e |
UHC | 駱넨}駱넨{^ | 1101010110101101101100111101100101111101110101011010110110110011110110010111101101011110 | d5adb3d97dd5adb3d97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)