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 | 跛也喧^ | 11100110111010101001011011100111100011001001011001011110 | e6ea96e78c965e |
EUC-JP | 跛也喧^ | 11101100111011001100110011101001101101111111011001011110 | ececcce9b7f65e |
UTF-8 | 跛也喧^ | 11101000101101111001101111100100101110011001111111100101100101101010011101011110 | e8b79be4b99fe596a75e |
UHC | 跛也喧^ | 11110111111101011110010110100101111111011011110101011110 | f7f5e5a5fdbd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)