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 | 揶??臾 | 100111011000100000111111001111111110010001101011 | 9d883f3fe46b |
EUC-JP | 揶??臾 | 110110011110100000111111001111111110011111001100 | d9e83f3fe7cc |
UTF-8 | 揶쎻넄臾 | 111001101000111110110110111011001000111010111011111010111000010010000100111010001000011110111110 | e68fb6ec8ebbeb8484e887be |
UHC | 揶쎻넄臾 | 1110010110101010100110111110001010000110100101001110101110101100 | e5aa9be28694ebac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)