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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 畑?〔踰? | 1001010010101000001111111000000101101011111001101111101000111111 | 94a83f816be6fa3f |
EUC-JP | 畑?〔踰? | 1100100010101010001111111010000111001100111011001111110000111111 | c8aa3fa1ccecfc3f |
UTF-8 | 畑용〔踰엋 | 111001111001010110010001111011001001101010101001111000111000000010010100111010001011100010110000111011001001011110001011 | e79591ec9aa9e38094e8b8b0ec978b |
UHC | 畑용〔踰엋 | 11101111101001011011111111101011101000011011001011101011101100101001111001101000 | efa5bfeba1b2ebb29e68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)