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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 庵??^ | 1000100011000001001111110011111101011110 | 88c13f3f5e |
EUC-JP | 庵??^ | 1011000011000011001111110011111101011110 | b0c33f3f5e |
UTF-8 | 庵뗮뢔^ | 11100101101110101011010111101011100101111010111011101011101000101001010001011110 | e5bab5eb97aeeba2945e |
UHC | 庵뗮뢔^ | 11100100110111011000101111101101100011110100111101011110 | e4dd8bed8f4f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)