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 | 野ν?唯 | 10010110111011001000001111001011001111111001011101000010 | 96ec83cb3f9742 |
EUC-JP | 野ν?唯 | 11001100111011101010011011001101001111111100110110100011 | cceea6cd3fcda3 |
UTF-8 | 野ν씋唯 | 1110100110000111100011101100111010111101111011001001010010001011111001011001010010101111 | e9878ecebdec948be594af |
UHC | 野ν씋唯 | 1110010110101111101001011110110110011101101000111110101011100110 | e5afa5ed9da3eae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)