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{^ | 1000100110110011001111110110111001111101100010011011001100111111011011100111101101011110 | 89b33f6e7d89b33f6e7b5e |
EUC-JP | 乙?n}乙?n{^ | 1011001010110101001111110110111001111101101100101011010100111111011011100111101101011110 | b2b53f6e7db2b53f6e7b5e |
UTF-8 | 乙탍n}乙탍n{^ | 1110010010111001100110011110110110000011100011010110111001111101111001001011100110011001111011011000001110001101011011100111101101011110 | e4b999ed838d6e7de4b999ed838d6e7b5e |
UHC | 乙탍n}乙탍n{^ | 11101011111000001011010101110010011011100111110111101011111000001011010101110010011011100111101101011110 | ebe0b5726e7debe0b5726e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)