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 | 筌щ? | 1110001010100011100001001000101100111111 | e2a3848b3f |
EUC-JP | 筌щ? | 1110010010100101101001111110101100111111 | e4a5a7eb3f |
UTF-8 | 筌щ챸 | 1110011110101101100011001101000110001001111011001011000110111000 | e7ad8cd189ecb1b8 |
UHC | 筌щ챸 | 111011111010011110101100111010111010101010000101 | efa7acebaa85 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)