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 | 迪ゥ邊グ | 11100111100011001010100111100111101100101000001101001111 | e78ca9e7b2834f |
EUC-JP | 迪ゥ邊グ | 1110110111101100100011101010100111101110101101001010010110110000 | edec8ea9eeb4a5b0 |
UTF-8 | 迪ゥ邊グ | 111010001011111110101010111011111011110110101001111010011000001010001010111000111000001010110000 | e8bfaaefbda9e9828ae382b0 |
UHC | 迪?邊グ | 11101110111010000011111111011100101010111010101110110000 | eee83fdcababb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)