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 | 義??? | 1000101101100000001111110011111100111111 | 8b603f3f3f |
EUC-JP | 義??? | 1011010111000001001111110011111100111111 | b5c13f3f3f |
UTF-8 | 義렢뤱횓 | 111001111011111010101001111010111010000010100010111010111010010010110001111011011001101010010011 | e7bea9eba0a2eba4b1ed9a93 |
UHC | 義렢뤱횓 | 1110101111111001100011101011001110001111110111111100001110001110 | ebf98eb38fdfc38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)