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 | 顏抱藷 | 111010001111100010010101111110001000111110010011 | e8f895f88f93 |
EUC-JP | 顏抱藷 | 111100001111101011001010111110101011110111110011 | f0facafabdf3 |
UTF-8 | 顏抱藷 | 111010011010000110001111111001101000101010110001111010001001011110110111 | e9a18fe68ab1e897b7 |
UHC | ?抱藷 | 0011111111111000110110011110111011001011 | 3ff8d9eecb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)