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 | 啼棒杰? | 10011010011001011001011001011111100111100101111000111111 | 9a65965f9e5e3f |
EUC-JP | 啼棒杰瑒 | 110100111100011011001011110000001101101110111111100011111100110010111111 | d3c6cbc0dbbf8fccbf |
UTF-8 | 啼棒杰瑒 | 111001011001010110111100111001101010001110010010111001101001110110110000111001111001000110010010 | e595bce6a392e69db0e79192 |
UHC | 啼棒杰? | 11110000101001101101110011101010110010111111100100111111 | f0a6dceacbf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)