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 | ïá´ê¡ê^ | 11101111111000011011010011101010101000011110101001011110 | efe1b4eaa1ea5e |
SJIS-WIN | ??´???^ | 0011111100111111100000010100110000111111001111110011111101011110 | 3f3f814c3f3f3f5e |
EUC-JP | ïá´ê¡ê^ | 100011111010101111000001100011111010101110100001101000011010110110001111101010111011010010001111101000101100001010001111101010111011010001011110 | 8fabc18faba1a1ad8fabb48fa2c28fabb45e |
UTF-8 | ïá´ê¡ê^ | 11000011101011111100001110100001110000101011010011000011101010101100001010100001110000111010101001011110 | c3afc3a1c2b4c3aac2a1c3aa5e |
UHC | ??´?¡?^ | 001111110011111110100010101001010011111110100010101011100011111101011110 | 3f3fa2a53fa2ae3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)