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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 鱧鱧[鱧鱧[^ | 1110100111100101111010011110010101011011111010011110010111101001111001010101101101011110 | e9e5e9e55be9e5e9e55b5e |
EUC-JP | 鱧鱧[鱧鱧[^ | 1111001011100111111100101110011101011011111100101110011111110010111001110101101101011110 | f2e7f2e75bf2e7f2e75b5e |
UTF-8 | 鱧鱧[鱧鱧[^ | 111010011011000110100111111010011011000110100111010110111110100110110001101001111110100110110001101001110101101101011110 | e9b1a7e9b1a75be9b1a7e9b1a75b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)