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 | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | ???肄?F | 00111111001111110011111111100011111001010011111101000110 | 3f3f3fe3e53f46 |
EUC-JP | ???肄?F | 00111111001111110011111111100110111001110011111101000110 | 3f3f3fe6e73f46 |
UTF-8 | 凉깅ㅇ肄뾏F | 11101111101001011011100111101010101110011000010111100011100001011000011111101000100000101000010011101011101111101000111101000110 | efa5b9eab985e38587e88284ebbe8f46 |
UHC | 凉깅ㅇ肄뾏F | 1110010110111100101100011110101110100100101101111110110010111101100101110100110101000110 | e5bcb1eba4b7ecbd974d46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)