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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 辷オ譁懷廠 | 111001111000100010110101111001101001011010011100111001011000111110110001 | e788b5e6969ce58fb1 |
EUC-JP | 辷オ譁懷廠 | 11101101111010001000111010110101111010111111011011011000111001111011111010110011 | ede88eb5ebf6d8e7beb3 |
UTF-8 | 辷オ譁懷廠 | 111010001011111010110111111011111011110110110101111010001010110110000001111001101000011110110111111001011011101110100000 | e8beb7efbdb5e8ad81e687b7e5bba0 |
UHC | ??譁懷廠 | 0011111100111111111111001010011011111100111000111111001111011111 | 3f3ffca6fce3f3df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)