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 | 001111110011111101000110 | 3f3f46 |
SJIS-WIN | 篥箘F | 1110001011000011111000101010111001000110 | e2c3e2ae46 |
EUC-JP | 篥箘F | 1110010011000101111001001011000001000110 | e4c5e4b046 |
UTF-8 | 篥箘F | 11100111101011111010010111100111101011101001100001000110 | e7afa5e7ae9846 |
UHC | ??F | 001111110011111101000110 | 3f3f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)