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 | 楓?鍋 | 1001010110010110001111111001001111100111 | 95963f93e7 |
EUC-JP | 楓?鍋 | 1100100111110110001111111100011011101001 | c9f63fc6e9 |
UTF-8 | 楓흖鍋 | 111001101010010110010011111011011001110110010110111010011000110110001011 | e6a593ed9d96e98d8b |
UHC | 楓흖鍋 | 111110011010001111001000111010001100111010100111 | f9a3c8e8cea7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)