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}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 馴?n}馴?n{^ | 1001001111101001001111110110111001111101100100111110100100111111011011100111101101011110 | 93e93f6e7d93e93f6e7b5e |
EUC-JP | 馴?n}馴?n{^ | 1100011011101011001111110110111001111101110001101110101100111111011011100111101101011110 | c6eb3f6e7dc6eb3f6e7b5e |
UTF-8 | 馴솸n}馴솸n{^ | 1110100110100110101101001110110010000110101110000110111001111101111010011010011010110100111011001000011010111000011011100111101101011110 | e9a6b4ec86b86e7de9a6b4ec86b86e7b5e |
UHC | 馴솸n}馴솸n{^ | 11100010111110001001100110101101011011100111110111100010111110001001100110101101011011100111101101011110 | e2f899ad6e7de2f899ad6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)