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 | ?????W | 001111110011111100111111001111110011111101010111 | 3f3f3f3f3f57 |
SJIS-WIN | 隹ソ譖咏横W | 11101000101100001011111111100110100110111001100111100111100010011010000101010111 | e8b0bfe69b99e789a157 |
EUC-JP | 隹ソ譖咏横W | 1111000010110010100011101011111111101011111110111101001011101001101100101010001101010111 | f0b28ebfebfbd2e9b2a357 |
UTF-8 | 隹ソ譖咏横W | 11101001100110101011100111101111101111011011111111101000101011011001011011100101100100101000111111100110101010001010101001010111 | e99ab9efbdbfe8ad96e5928fe6a8aa57 |
UHC | ?????W | 001111110011111100111111001111110011111101010111 | 3f3f3f3f3f57 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)