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 | 愼??蝨 | 100111001100010000111111001111111110010110011100 | 9cc43f3fe59c |
EUC-JP | 愼??蝨 | 110110001100011000111111001111111110100111111100 | d8c63f3fe9fc |
UTF-8 | 愼뗪딷蝨 | 111001101000010010111100111010111001011110101010111010111001010010110111111010001001110110101000 | e684bceb97aaeb94b7e89da8 |
UHC | 愼뗪딷蝨 | 1110001111100101100010111110101010001011010100011110001110100100 | e3e58bea8b51e3a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)