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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | フ葭アBF | 110011001110010011010001101100010100001001000110 | cce4d1b14246 |
EUC-JP | フ葭アBF | 1000111011001100111010001101001110001110101100010100001001000110 | 8ecce8d38eb14246 |
UTF-8 | フ葭アBF | 1110111110111110100011001110100010010001101011011110111110111101101100010100001001000110 | efbe8ce891adefbdb14246 |
UHC | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)