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 | 莉∵痕罐 | 1110010010111011100000011110011010001101101011011110001110100011 | e4bb81e68dade3a3 |
EUC-JP | 莉∵痕罐 | 1110100010111101101000101110100010111010101011111110011010100101 | e8bda2e8baafe6a5 |
UTF-8 | 莉∵痕罐 | 111010001000111010001001111000101000100010110101111001111001011110010101111001111011110110010000 | e88e89e288b5e79795e7bd90 |
UHC | 莉∵痕罐 | 1101011111101001101000011111000111111101110111011100111010111000 | d7e9a1f1fdddceb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)