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{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | 扠櫃N}扠櫃N{^ | 10011101010011001001111101000011010011100111110110011101010011001001111101000011010011100111101101011110 | 9d4c9f434e7d9d4c9f434e7b5e |
EUC-JP | 扠櫃N}扠櫃N{^ | 11011001101011011101110110100100010011100111110111011001101011011101110110100100010011100111101101011110 | d9addda44e7dd9addda44e7b5e |
UTF-8 | 扠櫃N}扠櫃N{^ | 1110011010001001101000001110011010101011100000110100111001111101111001101000100110100000111001101010101110000011010011100111101101011110 | e689a0e6ab834e7de689a0e6ab834e7b5e |
UHC | ?櫃N}?櫃N{^ | 0011111111001111111101100100111001111101001111111100111111110110010011100111101101011110 | 3fcff64e7d3fcff64e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)