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{^ | 00111111011011100111110100111111011011100111101101011110 | 3f6e7d3f6e7b5e |
SJIS-WIN | Θn}Θn{^ | 100000111010011001101110011111011000001110100110011011100111101101011110 | 83a66e7d83a66e7b5e |
EUC-JP | Θn}Θn{^ | 101001101010100001101110011111011010011010101000011011100111101101011110 | a6a86e7da6a86e7b5e |
UTF-8 | Θn}Θn{^ | 110011101001100001101110011111011100111010011000011011100111101101011110 | ce986e7dce986e7b5e |
UHC | Θn}Θn{^ | 101001011100100001101110011111011010010111001000011011100111101101011110 | a5c86e7da5c86e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)