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 | 瓦?亥社 | 10001010101000100011111110001000111001011000111011010000 | 8aa23f88e58ed0 |
EUC-JP | 瓦?亥社 | 10110100101001000011111110110000111001111011110011010010 | b4a43fb0e7bcd2 |
UTF-8 | 瓦렧亥社 | 111001111001001110100110111010111010000010100111111001001011101010100101111001111010010010111110 | e793a6eba0a7e4baa5e7a4be |
UHC | 瓦렧亥社 | 1110100010111111100011101011011011111010101001001101111011100100 | e8bf8eb6faa4dee4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)