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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 傭沿 | 10010111011000101000100110001000 | 97628988 |
EUC-JP | 傭沿 | 11001101110000111011000111101000 | cdc3b1e8 |
UTF-8 | 傭沿 | 111001011000001010101101111001101011001010111111 | e582ade6b2bf |
UHC | 傭沿 | 11101001101101101110011011001101 | e9b6e6cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)