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 | ??x | 001111110011111101111000 | 3f3f78 |
SJIS-WIN | ⅳ嫉x | 1111101001000011100011101011100101111000 | fa438eb978 |
EUC-JP | ?嫉x | 00111111101111001011101101111000 | 3fbcbb78 |
UTF-8 | ⅳ嫉x | 11100010100001011011001111100101101010111000100101111000 | e285b3e5ab8978 |
UHC | ⅳ嫉x | 1010010110100100111100101110110001111000 | a5a4f2ec78 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)