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 | 歪ゅ?愿 | 10011000011000111000001011100011001111111001110011000011 | 986382e33f9cc3 |
EUC-JP | 歪ゅ?愿 | 11001111110001001010010011100101001111111101100011000101 | cfc4a4e53fd8c5 |
UTF-8 | 歪ゅ젾愿 | 111001101010110110101010111000111000001010000101111011001010000010111110111001101000010010111111 | e6adaae38285eca0bee684bf |
UHC | 歪ゅ젾愿 | 1110100011100000101010101110010110100000101100001110101010110100 | e8e0aae5a0b0eab4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)