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 | 渧狗泣焄 | 1111101101001000100010111110011110001011100000111111101101010100 | fb488be78b83fb54 |
EUC-JP | 渧狗泣焄 | 10001111110001111110101110110110111010011011010111100011100011111100100111100011 | 8fc7ebb6e9b5e38fc9e3 |
UTF-8 | 渧狗泣焄 | 111001101011100010100111111001111000101110010111111001101011001110100011111001111000010010000100 | e6b8a7e78b97e6b3a3e78484 |
UHC | ?狗泣焄 | 00111111110011111011011111101011111010001111110110110110 | 3fcfb7ebe8fdb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)