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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | 銹蓴}銹蓴{^ | 1110011111110110111001001111000101111101111001111111011011100100111100010111101101011110 | e7f6e4f17de7f6e4f17b5e |
EUC-JP | 銹蓴}銹蓴{^ | 1110111011111000111010001111001101111101111011101111100011101000111100110111101101011110 | eef8e8f37deef8e8f37b5e |
UTF-8 | 銹蓴}銹蓴{^ | 111010011000101010111001111010001001001110110100011111011110100110001010101110011110100010010011101101000111101101011110 | e98ab9e893b47de98ab9e893b47b5e |
UHC | 銹蓴}銹蓴{^ | 1110001011001000111000101111000101111101111000101100100011100010111100010111101101011110 | e2c8e2f17de2c8e2f17b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)