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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?訥顆 | 0011111111100110011000111110100011110111 | 3fe663e8f7 |
EUC-JP | 雩訥顆 | 10001111111001101111101011101011110001001111000011111001 | 8fe6faebc4f0f9 |
UTF-8 | 雩訥顆 | 111010011001101110101001111010001010100010100101111010011010000110000110 | e99ba9e8a8a5e9a186 |
UHC | 雩訥顆 | 111010011110110011010010111011011100111010101000 | e9ecd2edcea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)