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 | ????BF | 001111110011111100111111001111110100001001000110 | 3f3f3f3f4246 |
SJIS-WIN | 但担達他BF | 10010010010000011001001001010011100100100100001010010001101111000100001001000110 | 92419253924291bc4246 |
EUC-JP | 但担達他BF | 11000011101000101100001110110100110000111010001111000010101111100100001001000110 | c3a2c3b4c3a3c2be4246 |
UTF-8 | 但担達他BF | 1110010010111101100001101110011010001011100001011110100110000001100101001110010010111011100101100100001001000110 | e4bd86e68b85e98194e4bb964246 |
UHC | 但?達他BF | 110100111010001100111111110100111011100111110110111000100100001001000110 | d3a33fd3b9f6e24246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)