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 | 野ν?倭 | 10010110111011001000001111001011001111111001100001100000 | 96ec83cb3f9860 |
EUC-JP | 野ν?倭 | 11001100111011101010011011001101001111111100111111000001 | cceea6cd3fcfc1 |
UTF-8 | 野ν옒倭 | 1110100110000111100011101100111010111101111011001001100010010010111001011000000010101101 | e9878ecebdec9892e580ad |
UHC | 野ν옒倭 | 1110010110101111101001011110110110011110100110001110100011011110 | e5afa5ed9e98e8de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)