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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 挌絲眠^ | 10011101011001111110001101001110100101101011000001011110 | 9d67e34e96b05e |
EUC-JP | 挌絲眠^ | 11011001110010001110010110101111110011001011001001011110 | d9c8e5afccb25e |
UTF-8 | 挌絲眠^ | 11100110100011001000110011100111101101011011001011100111100111001010000001011110 | e68c8ce7b5b2e79ca05e |
UHC | ?絲眠^ | 001111111101111011101010110110001111100101011110 | 3fdeead8f95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)