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 | タ霏マタ霓 | 11000000111010001100000011001111110000001110100010111101 | c0e8c0cfc0e8bd |
EUC-JP | タ霏マタ霓 | 10001110110000001111000011000010100011101100111110001110110000001111000010111111 | 8ec0f0c28ecf8ec0f0bf |
UTF-8 | タ霏マタ霓 | 111011111011111010000000111010011001110010001111111011111011111010001111111011111011111010000000111010011001110010010011 | efbe80e99c8fefbe8fefbe80e99c93 |
UHC | ????霓 | 001111110011111100111111001111111110011111100111 | 3f3f3f3fe7e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)