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 | 膵寂抄^ | 11100100010110001000111011100010100011111011010001011110 | e4588ee28fb45e |
EUC-JP | 膵寂抄^ | 11100111101110011011110011100100101111101011011001011110 | e7b9bce4beb65e |
UTF-8 | 膵寂抄^ | 11101000100001101011010111100101101011111000001011100110100010101000010001011110 | e886b5e5af82e68a845e |
UHC | 膵寂抄^ | 11110101111111011110111011010110111101001111110001011110 | f5fdeed6f4fc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)