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 | Ô¶¡ç^ | 1101010010110110101000011110011101011110 | d4b6a1e75e |
SJIS-WIN | ?¶??^ | 001111111000000111110111001111110011111101011110 | 3f81f73f3f5e |
EUC-JP | Ô¶¡ç^ | 100011111010101011010100101000101111100110001111101000101100001010001111101010111010111001011110 | 8faad4a2f98fa2c28fabae5e |
UTF-8 | Ô¶¡ç^ | 110000111001010011000010101101101100001010100001110000111010011101011110 | c394c2b6c2a1c3a75e |
UHC | ?¶¡?^ | 00111111101000101101001010100010101011100011111101011110 | 3fa2d2a2ae3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)