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 | 苴欠掌 | 111001001001001110001100100001111000111110110110 | e4938c878fb6 |
EUC-JP | 苴欠掌 | 111001111111001110110111111001111011111010111000 | e7f3b7e7beb8 |
UTF-8 | 苴欠掌 | 111010001000101110110100111001101010110010100000111001101000111010001100 | e88bb4e6aca0e68e8c |
UHC | ?欠掌 | 0011111111111101111000101110110111100110 | 3ffde2ede6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)