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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 璽・」 | 1111001010110110100011101010001111110010101100001010010110100011 | f2b68ea3f2b0a5a3 |
EUC-JP | ?璽?・」 | 0011111110111100101001010011111110001110101001011000111010100011 | 3fbca53f8ea58ea3 |
UTF-8 | 璽・」 | 111011101000011110101101111001111001001010111101111011101000011110100111111011111011110110100101111011111011110110100011 | ee87ade792bdee87a7efbda5efbda3 |
UHC | ?璽??? | 001111111101111111011110001111110011111100111111 | 3fdfde3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)