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 | 11100000110111011111000011011011111000101100100101000110 | e0ddf0dbe2c946 |
EUC-JP | 珎?篷F | 111000001101111100111111111001001100101101000110 | e0df3fe4cb46 |
UTF-8 | 珎篷F | 11100111100011111000111011101110100000101001101011100111101011111011011101000110 | e78f8eee829ae7afb746 |
UHC | ???F | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)