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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 艤?莊 | 1110010001111110001111111110010010110101 | e47e3fe4b5 |
EUC-JP | 艤?莊 | 1110011111011111001111111110100010110111 | e7df3fe8b7 |
UTF-8 | 艤렑莊 | 111010001000100110100100111010111010000010010001111010001000111010001010 | e889a4eba091e88e8a |
UHC | 艤렑莊 | 111010111111101010001110101001101110110111110110 | ebfa8ea6edf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)