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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 隴定エ宣ス手 | 11101000101011011001001011101000101101001001000011101001101111011000111011101000 | e8ad92e8b490e9bd8ee8 |
EUC-JP | 隴定エ宣ス手 | 111100001010111111000100111010101000111010110100110000001110101110001110101111011011110011101010 | f0afc4ea8eb4c0eb8ebdbcea |
UTF-8 | 隴定エ宣ス手 | 111010011001101010110100111001011010111010011010111011111011110110110100111001011010111010100011111011111011110110111101111001101000100110001011 | e99ab4e5ae9aefbdb4e5aea3efbdbde6898b |
UHC | ?定?宣?手 | 001111111110111111010010001111111110000010111110001111111110001010100010 | 3fefd23fe0be3fe2a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)