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 | ?U}?U{^ | 00111111010101010111110100111111010101010111101101011110 | 3f557d3f557b5e |
SJIS-WIN | 諄U}諄U{^ | 111001100111100001010101011111011110011001111000010101010111101101011110 | e678557de678557b5e |
EUC-JP | 諄U}諄U{^ | 111010111101100101010101011111011110101111011001010101010111101101011110 | ebd9557debd9557b5e |
UTF-8 | 諄U}諄U{^ | 1110100010101011100001000101010101111101111010001010101110000100010101010111101101011110 | e8ab84557de8ab84557b5e |
UHC | 諄U}諄U{^ | 111000101111010001010101011111011110001011110100010101010111101101011110 | e2f4557de2f4557b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)