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 | ??鍋 | 00111111001111111001001111100111 | 3f3f93e7 |
EUC-JP | 塼?鍋 | 100011111011100010111001001111111100011011101001 | 8fb8b93fc6e9 |
UTF-8 | 塼흖鍋 | 111001011010000110111100111011011001110110010110111010011000110110001011 | e5a1bced9d96e98d8b |
UHC | 塼흖鍋 | 111011101111010011001000111010001100111010100111 | eef4c8e8cea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)