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 | ?h? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 銑h銑 | 1001000101001100011010001001000101001100 | 914c68914c |
EUC-JP | 銑h銑 | 1100000110101101011010001100000110101101 | c1ad68c1ad |
UTF-8 | 銑h銑 | 11101001100010101001000101101000111010011000101010010001 | e98a9168e98a91 |
UHC | 銑h銑 | 1110000011010101011010001110000011010101 | e0d568e0d5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)