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 | 紊峨げ^ | 11100011010000111000100111100011100000101011000001011110 | e34389e382b05e |
EUC-JP | 紊峨げ^ | 11100101101001001011001011100101101001001011001001011110 | e5a4b2e5a4b25e |
UTF-8 | 紊峨げ^ | 11100111101101001000101011100101101100111010100011100011100000011001001001011110 | e7b48ae5b3a8e381925e |
UHC | 紊峨げ^ | 11011010101000101110010010110001101010101011001001011110 | daa2e4b1aab25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)