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 | 燮?}燮?{^ | 100110011101011100111111011111011001100111010111001111110111101101011110 | 99d73f7d99d73f7b5e |
EUC-JP | 燮?}燮?{^ | 110100101101100100111111011111011101001011011001001111110111101101011110 | d2d93f7dd2d93f7b5e |
UTF-8 | 燮熉}燮熉{^ | 111001111000011110101110111001111000011010001001011111011110011110000111101011101110011110000110100010010111101101011110 | e787aee786897de787aee786897b5e |
UHC | 燮熉}燮熉{^ | 1110000011110000111010011111101101111101111000001111000011101001111110110111101101011110 | e0f0e9fb7de0f0e9fb7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)