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 | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 蹊??F | 1110011011111100001111110011111101000110 | e6fc3f3f46 |
EUC-JP | 蹊??F | 1110110011111110001111110011111101000110 | ecfe3f3f46 |
UTF-8 | 蹊썽쎁F | 11101000101110011000101011101100100011011011110111101100100011101000000101000110 | e8b98aec8dbdec8e8146 |
UHC | 蹊썽쎁F | 11111011101101111011110111101001100110111010101101000110 | fbb7bde99bab46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)