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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 削膺G | 1000110111101101111001000101111001000111 | 8dede45e47 |
EUC-JP | 削膺G | 1011101011101111111001111011111101000111 | baefe7bf47 |
UTF-8 | 削膺G | 11100101100010011000101011101000100001101011101001000111 | e5898ae886ba47 |
UHC | 削膺G | 1101111011111011111010111110110001000111 | defbebec47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)