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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 達狸h達狸 | 100100100100001010010010010010110110100010010010010000101001001001001011 | 9242924b689242924b |
EUC-JP | 達狸h達狸 | 110000111010001111000011101011000110100011000011101000111100001110101100 | c3a3c3ac68c3a3c3ac |
UTF-8 | 達狸h達狸 | 11101001100000011001010011100111100010111011100001101000111010011000000110010100111001111000101110111000 | e98194e78bb868e98194e78bb8 |
UHC | 達狸h達狸 | 110100111011100111010111111000010110100011010011101110011101011111100001 | d3b9d7e168d3b9d7e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)