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 | ¤ã¤ã^ | 100101101010010011100011100111101001011010100100111000111001111001011110 | 96a4e39e96a4e39e5e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ?¤ã??¤ã?^ | 0011111110001111101000101111000010001111101010111010101000111111001111111000111110100010111100001000111110101011101010100011111101011110 | 3f8fa2f08fabaa3f3f8fa2f08fabaa3f5e |
UTF-8 | ¤ã¤ã^ | 1100001010010110110000101010010011000011101000111100001010011110110000101001011011000010101001001100001110100011110000101001111001011110 | c296c2a4c3a3c29ec296c2a4c3a3c29e5e |
UHC | ?¤???¤??^ | 0011111110100010101101000011111100111111001111111010001010110100001111110011111101011110 | 3fa2b43f3f3fa2b43f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)