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 | ??nD??nD^ | 001111110011111101101110010001000011111100111111011011100100010001011110 | 3f3f6e443f3f6e445e |
SJIS-WIN | 唏唸nD唏唸nD^ | 10011010010010001001101001011000011011100100010010011010010010001001101001011000011011100100010001011110 | 9a489a586e449a489a586e445e |
EUC-JP | 唏唸nD唏唸nD^ | 11010011101010011101001110111001011011100100010011010011101010011101001110111001011011100100010001011110 | d3a9d3b96e44d3a9d3b96e445e |
UTF-8 | 唏唸nD唏唸nD^ | 1110010110010100100011111110010110010100101110000110111001000100111001011001010010001111111001011001010010111000011011100100010001011110 | e5948fe594b86e44e5948fe594b86e445e |
UHC | ??nD??nD^ | 001111110011111101101110010001000011111100111111011011100100010001011110 | 3f3f6e443f3f6e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)