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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | ???輾\ | 001111110011111100111111111001110111100001011100 | 3f3f3fe7785c |
EUC-JP | ???輾\ | 001111110011111100111111111011011101100101011100 | 3f3f3fedd95c |
UTF-8 | 룶⅝룫輾\ | 11101011101000111011011011100010100001011001110111101011101000111010101111101000101111001011111001011100 | eba3b6e2859deba3abe8bcbe5c |
UHC | 룶⅝룫輾\ | 100011111010101110101000111111011000111110100010111011111010110101011100 | 8faba8fd8fa2efad5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)