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 | フニレサ | 110011001100011011110101110010111101101010111011 | ccc6f5cbdabb |
EUC-JP | フニ?レサ | 100011101100110010001110110001100011111110001110110110101000111010111011 | 8ecc8ec63f8eda8ebb |
UTF-8 | フニレサ | 111011111011111010001100111011111011111010000110111011101001000010110110111011111011111010011010111011111011110110111011 | efbe8cefbe86ee90b6efbe9aefbdbb |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)