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 | 辜縁蹴鐓 | 1110011110000011100010011000111110001111010100101110100001011101 | e783898f8f52e85d |
EUC-JP | 辜縁蹴鐓 | 1110110111100011101100011110111110111101101100111110111110111110 | ede3b1efbdb3efbe |
UTF-8 | 辜縁蹴鐓 | 111010001011111010011100111001111011100010000001111010001011100110110100111010011001000010010011 | e8be9ce7b881e8b9b4e99093 |
UHC | 辜?蹴? | 110011011101000000111111111101011110110100111111 | cdd03ff5ed3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)