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 | 踉簿ィ縄 | 111001101111001010010101111010111010100010010011111010101111001010000011 | e6f295eba893eaf283 |
EUC-JP | 踉簿ィ縄? | 111011001111010011001010111011011000111010101000110001101110110000111111 | ecf4caed8ea8c6ec3f |
UTF-8 | 踉簿ィ縄 | 111010001011100010001001111001111011000010111111111011111011110110101000111001111011100010000100111011101000011010111010 | e8b889e7b0bfefbda8e7b884ee86ba |
UHC | ?簿??? | 001111111101110110101101001111110011111100111111 | 3fddad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)