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 | 001111110011111100111111001111110011111101000111 | 3f3f3f3f3f47 |
SJIS-WIN | 踝セ雍匁羂G | 11100110111101001011111011101000101101001001011011100110111000111010111001000111 | e6f4bee8b496e6e3ae47 |
EUC-JP | 踝セ雍匁羂G | 1110110011110110100011101011111011110000101101101100110011101000111001101011000001000111 | ecf68ebef0b6cce8e6b047 |
UTF-8 | 踝セ雍匁羂G | 11101000101110001001110111101111101111011011111011101001100110111000110111100101100011001000000111100111101111101000001001000111 | e8b89defbdbee99b8de58c81e7be8247 |
UHC | ??雍??G | 00111111001111111110100010111100001111110011111101000111 | 3f3fe8bc3f3f47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)