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 | 羆羸狡筰 | 1110001110101111111000111011111011100000110000101110001010101001 | e3afe3bee0c2e2a9 |
EUC-JP | 羆羸狡筰 | 1110011010110001111001101100000011100000110001001110010010101011 | e6b1e6c0e0c4e4ab |
UTF-8 | 羆羸狡筰 | 111001111011111010000110111001111011111010111000111001111000101110100001111001111010110110110000 | e7be86e7beb8e78ba1e7adb0 |
UHC | ?羸狡? | 001111111101011111101000110011101110101000111111 | 3fd7e8ceea3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)