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 | æ§½å¸ | 111001101010011110111101111001011011100010011001 | e6a7bde5b899 |
SJIS-WIN | ?§???? | 00111111100000011001100000111111001111110011111100111111 | 3f81983f3f3f3f |
EUC-JP | �� | 10001111101010011100000110100001111110000011111110001111101010111010100110001111101000101011000100111111 | 8fa9c1a1f83f8faba98fa2b13f |
UTF-8 | æ§½å¸ | 110000111010011011000010101001111100001010111101110000111010010111000010101110001100001010011001 | c3a6c2a7c2bdc3a5c2b8c299 |
UHC | 槽?¸? | 10101001101000011010000111010111101010001111011000111111101000101010110000111111 | a9a1a1d7a8f63fa2ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)