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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 嗇貉D嗇貉D^ | 1001101010100101111001101011100101000100100110101010010111100110101110010100010001011110 | 9aa5e6b9449aa5e6b9445e |
EUC-JP | 嗇貉D嗇貉D^ | 1101010010100111111011001011101101000100110101001010011111101100101110110100010001011110 | d4a7ecbb44d4a7ecbb445e |
UTF-8 | 嗇貉D嗇貉D^ | 111001011001011110000111111010001011001010001001010001001110010110010111100001111110100010110010100010010100010001011110 | e59787e8b28944e59787e8b289445e |
UHC | 嗇?D嗇?D^ | 110111111110000000111111010001001101111111100000001111110100010001011110 | dfe03f44dfe03f445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)