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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鮖ス孖 | 1110100110111001101111011111101010100110 | e9b9bdfaa6 |
EUC-JP | 鮖ス孖 | 11110010101110111000111010111101100011111011101010111110 | f2bb8ebd8fbabe |
UTF-8 | 鮖ス孖 | 111010011010111010010110111011111011110110111101111001011010110110010110 | e9ae96efbdbde5ad96 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)