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 | 韋馴ォュ | 111010001110100010010011111010011010101110101101 | e8e893e9abad |
EUC-JP | 韋馴ォュ | 1111000011101010110001101110101110001110101010111000111010101101 | f0eac6eb8eab8ead |
UTF-8 | 韋馴ォュ | 111010011001111110001011111010011010011010110100111011111011110110101011111011111011110110101101 | e99f8be9a6b4efbdabefbdad |
UHC | 韋馴?? | 111010101101111111100010111110000011111100111111 | eadfe2f83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)