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 | 窶絶楳 | 111000101000000010010000111000101001010010000000 | e28090e29480 |
EUC-JP | 窶絶楳 | 111000111110000011000000111001001100011111100000 | e3e0c0e4c7e0 |
UTF-8 | 窶絶楳 | 111001111010101010110110111001111011010110110110111001101010010110110011 | e7aab6e7b5b6e6a5b3 |
UHC | ?絶? | 00111111111011111011111000111111 | 3fefbe3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)