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 | 蛆蛆[蛆蛆[^ | 1110010101110110111001010111011001011011111001010111011011100101011101100101101101011110 | e576e5765be576e5765b5e |
EUC-JP | 蛆蛆[蛆蛆[^ | 1110100111010111111010011101011101011011111010011101011111101001110101110101101101011110 | e9d7e9d75be9d7e9d75b5e |
UTF-8 | 蛆蛆[蛆蛆[^ | 111010001001101110000110111010001001101110000110010110111110100010011011100001101110100010011011100001100101101101011110 | e89b86e89b865be89b86e89b865b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)