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{^ | 1001001011111011001111110110111001111101100100101111101100111111011011100111101101011110 | 92fb3f6e7d92fb3f6e7b5e |
EUC-JP | 蹄?n}蹄?n{^ | 1100010011111101001111110110111001111101110001001111110100111111011011100111101101011110 | c4fd3f6e7dc4fd3f6e7b5e |
UTF-8 | 蹄학n}蹄학n{^ | 1110100010111001100001001110110110010101100110010110111001111101111010001011100110000100111011011001010110011001011011100111101101011110 | e8b984ed95996e7de8b984ed95996e7b5e |
UHC | 蹄학n}蹄학n{^ | 11110000101101001100011111010000011011100111110111110000101101001100011111010000011011100111101101011110 | f0b4c7d06e7df0b4c7d06e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)