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 | ¼ï´®¢º | 101111001110111110110100101011101010001010111010 | bcefb4aea2ba |
SJIS-WIN | ??´?¢? | 0011111100111111100000010100110000111111100000011001000100111111 | 3f3f814c3f81913f |
EUC-JP | ?ï´®¢º | 0011111110001111101010111100000110100001101011011000111110100010111011101010000111110001100011111010001011101011 | 3f8fabc1a1ad8fa2eea1f18fa2eb |
UTF-8 | ¼ï´®¢º | 110000101011110011000011101011111100001010110100110000101010111011000010101000101100001010111010 | c2bcc3afc2b4c2aec2a2c2ba |
UHC | ¼?´®?º | 10101000111110010011111110100010101001011010001011100111001111111010100010101100 | a8f93fa2a5a2e73fa8ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)