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 | 鄂弱Ρ笏 | 1110011110111101100011101110001110000011101011111110001010010100 | e7bd8ee383afe294 |
EUC-JP | 鄂弱Ρ笏 | 1110111010111111101111001110010110100110101100011110001111110100 | eebfbce5a6b1e3f4 |
UTF-8 | 鄂弱Ρ笏 | 1110100110000100100000101110010110111100101100011100111010100001111001111010110010001111 | e98482e5bcb1cea1e7ac8f |
UHC | 鄂弱Ρ笏 | 1110010011000111111001011011000010100101110100011111101111101110 | e4c7e5b0a5d1fbee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)