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 | 夕?櫻 | 1001011101011011001111111001111101001110 | 975b3f9f4e |
EUC-JP | 夕馦櫻 | 11001101101111001000111111101000111110101101110110101111 | cdbc8fe8faddaf |
UTF-8 | 夕馦櫻 | 111001011010010010010101111010011010011010100110111001101010101110111011 | e5a495e9a6a6e6abbb |
UHC | 夕?櫻 | 1110000010101010001111111110010110100001 | e0aa3fe5a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)