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 | 魚?〕鎰 | 10001011100110110011111110000001011011001110100001001100 | 8b9b3f816ce84c |
EUC-JP | 魚?〕鎰 | 10110101111110110011111110100001110011011110111110101101 | b5fb3fa1cdefad |
UTF-8 | 魚낅〕鎰 | 111010011010110110011010111010111000001010000101111000111000000010010101111010011000111010110000 | e9ad9aeb8285e38095e98eb0 |
UHC | 魚낅〕鎰 | 1110010111100000100001011110101110100001101100111110110011110000 | e5e085eba1b3ecf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)