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 | 1000111011010000100011101100100001111000 | 8ed08ec878 |
EUC-JP | 社縞x | 1011110011010010101111001100101001111000 | bcd2bcca78 |
UTF-8 | 社縞x | 11100111101001001011111011100111101110001001111001111000 | e7a4bee7b89e78 |
UHC | 社縞x | 1101111011100100111110111101011001111000 | dee4fbd678 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)