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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 閼帙f謇ソ | 111010001000010010011011111000111000001010000110111001101000100110111111 | e8849be38286e689bf |
EUC-JP | 閼帙f謇ソ | 11101111111001001101011011100101101000111110011011101011111010011000111010111111 | efe4d6e5a3e6ebe98ebf |
UTF-8 | 閼帙f謇ソ | 111010011001011010111100111001011011100010011001111011111011110110000110111010001010110010000111111011111011110110111111 | e996bce5b899efbd86e8ac87efbdbf |
UHC | 閼帙f?? | 1110010011011001111100101110110110100011111001100011111100111111 | e4d9f2eda3e63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)