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 | 驢菎搜齶 | 1110100110000110111001001100000010011101011100101110101010011011 | e986e4c09d72ea9b |
EUC-JP | 驢菎搜齶 | 1111000111100110111010001100001011011001110100111111001111111011 | f1e6e8c2d9d3f3fb |
UTF-8 | 驢菎搜齶 | 111010011010100110100010111010001000111110001110111001101001000010011100111010011011110110110110 | e9a9a2e88f8ee6909ce9bdb6 |
UHC | 驢?搜? | 110101011111000000111111111000101010010000111111 | d5f03fe2a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)