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 | 跋ィ迯ェ跛芳 | 11100110111010111010100011100111100011011010101011100110111010101001011001000110 | e6eba8e78daae6ea9646 |
EUC-JP | 跋ィ迯ェ跛芳 | 111011001110110110001110101010001110110111101101100011101010101011101100111011001100101110100111 | eced8ea8eded8eaaececcba7 |
UTF-8 | 跋ィ迯ェ跛芳 | 111010001011011110001011111011111011110110101000111010001011111110101111111011111011110110101010111010001011011110011011111010001000101010110011 | e8b78befbda8e8bfafefbdaae8b79be88ab3 |
UHC | 跋???跛芳 | 110110111010001000111111001111110011111111110111111101011101101110111011 | dba23f3f3ff7f5dbbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)