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 | 野ν?旬 | 10010110111011001000001111001011001111111000111101111011 | 96ec83cb3f8f7b |
EUC-JP | 野ν?旬 | 11001100111011101010011011001101001111111011110111011100 | cceea6cd3fbddc |
UTF-8 | 野ν쓼旬 | 1110100110000111100011101100111010111101111011001001001110111100111001101001011110101100 | e9878ecebdec93bce697ac |
UHC | 野ν쓼旬 | 1110010110101111101001011110110110011101100101111110001011100010 | e5afa5ed9d97e2e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)