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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 詣〓?抑 | 10001100011101111000000110101100001111111001011101111101 | 8c7781ac3f977d |
EUC-JP | 詣〓?抑 | 10110111110110001010001010101110001111111100110111011110 | b7d8a2ae3fcdde |
UTF-8 | 詣〓젷抑 | 111010001010100110100011111000111000000010010011111011001010000010110111111001101000101010010001 | e8a9a3e38093eca0b7e68a91 |
UHC | 詣〓젷抑 | 1110011111100001101000011110101110100000101010111110010111100100 | e7e1a1eba0abe5e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)