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 | 楢??烏 | 100100111110100000111111001111111000100101000111 | 93e83f3f8947 |
EUC-JP | 楢??烏 | 110001101110101000111111001111111011000110101000 | c6ea3f3fb1a8 |
UTF-8 | 楢뽯슇烏 | 111001101010010110100010111010111011110110101111111011001000101010000111111001111000001110001111 | e6a5a2ebbdafec8a87e7838f |
UHC | 楢뽯슇烏 | 1110101011111001100101101110101110011010100110011110100010100001 | eaf996eb9a99e8a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)