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 | ?щ? | 00111111100001001000101100111111 | 3f848b3f |
EUC-JP | ?щ? | 00111111101001111110101100111111 | 3fa7eb3f |
UTF-8 | 掠щ캗 | 1110111110100101101101011101000110001001111011001011101010010111 | efa5b5d189ecba97 |
UHC | 掠щ캗 | 111001011011000110101100111010111010111110011111 | e5b1acebaf9f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)