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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 﨓鋓~ | 1111101011101000111110111101011001111110 | fae8fbd67e |
EUC-JP | ?鋓~ | 0011111110001111111001001011111101111110 | 3f8fe4bf7e |
UTF-8 | 﨓鋓~ | 11101111101010001001001111101001100010111001001101111110 | efa893e98b937e |
UHC | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)