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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 邱嘲邱嘴^ | 111001111011011110011010011111011110011110110111100110100111101101011110 | e7b79a7de7b79a7b5e |
EUC-JP | 邱嘲邱嘴^ | 111011101011100111010011110111101110111010111001110100111101110001011110 | eeb9d3deeeb9d3dc5e |
UTF-8 | 邱嘲邱嘴^ | 11101001100000101011000111100101100110001011001011101001100000101011000111100101100110001011010001011110 | e982b1e598b2e982b1e598b45e |
UHC | 邱嘲邱嘴^ | 110011111100100011110000101111111100111111001000111101101010010001011110 | cfc8f0bfcfc8f6a45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)