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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 逾鍋・釘 | 11100111101001011001001111100111101001011001001101000010 | e7a593e7a59342 |
EUC-JP | 逾鍋・釘 | 1110111010100111110001101110100110001110101001011100010110100011 | eea7c6e98ea5c5a3 |
UTF-8 | 逾鍋・釘 | 111010011000000010111110111010011000110110001011111011111011110110100101111010011000011110011000 | e980bee98d8befbda5e98798 |
UHC | 逾鍋?釘 | 11101011101101011100111010100111001111111110111111111001 | ebb5cea73feff9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)