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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 跣紫審羃 | 1110011011101111100011101000011110010000010100101110001110110000 | e6ef8e879052e3b0 |
EUC-JP | 跣紫審羃 | 1110110011110001101110111110011110111111101100111110011010110010 | ecf1bbe7bfb3e6b2 |
UTF-8 | 跣紫審羃 | 111010001011011110100011111001111011010010101011111001011010111110101001111001111011111010000011 | e8b7a3e7b4abe5afa9e7be83 |
UHC | 跣紫審? | 11100000110100111110110110111001111000111111101100111111 | e0d3edb9e3fb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)