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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | スフマスフ | 101111011111001010001111110011001100111110111101111100011110110111001100 | bdf28fcccfbdf1edcc |
EUC-JP | ス?フマス?フ | 100011101011110100111111100011101100110010001110110011111000111010111101001111111000111011001100 | 8ebd3f8ecc8ecf8ebd3f8ecc |
UTF-8 | スフマスフ | 111011111011110110111101111011101000011110000110111011111011111010001100111011111011111010001111111011111011110110111101111011101000010110101000111011111011111010001100 | efbdbdee8786efbe8cefbe8fefbdbdee85a8efbe8c |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)