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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 珎篷B | 11100000110111011111000011100011111000101100100101000010 | e0ddf0e3e2c942 |
EUC-JP | 珎?篷B | 111000001101111100111111111001001100101101000010 | e0df3fe4cb42 |
UTF-8 | 珎篷B | 11100111100011111000111011101110100000101010001011100111101011111011011101000010 | e78f8eee82a2e7afb742 |
UHC | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)