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 | 野ν?? | 100101101110110010000011110010110011111100111111 | 96ec83cb3f3f |
EUC-JP | 野ν?? | 110011001110111010100110110011010011111100111111 | cceea6cd3f3f |
UTF-8 | 野ν씈溜 | 1110100110000111100011101100111010111101111011001001010010001000111011111010011110001011 | e9878ecebdec9488efa78b |
UHC | 野ν씈溜 | 1110010110101111101001011110110110011101101000001110101011111110 | e5afa5ed9da0eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)