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 | 湲??臾 | 100111111101000100111111001111111110010001101011 | 9fd13f3fe46b |
EUC-JP | 湲??臾 | 110111101101001100111111001111111110011111001100 | ded33f3fe7cc |
UTF-8 | 湲루뵖臾 | 111001101011100110110010111010111010001110101000111010111011010110010110111010001000011110111110 | e6b9b2eba3a8ebb596e887be |
UHC | 湲루뵖臾 | 1110101010111000101101111110011110010100100110001110101110101100 | eab8b7e79498ebac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)