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 | 豐壽イ咤 | 11100110101100101001101011100110101100101001101001000010 | e6b29ae6b29a42 |
EUC-JP | 豐壽イ咤 | 1110110010110100110101001110100010001110101100101101001110100011 | ecb4d4e88eb2d3a3 |
UTF-8 | 豐壽イ咤 | 111010001011000110010000111001011010001110111101111011111011110110110010111001011001001010100100 | e8b190e5a3bdefbdb2e592a4 |
UHC | ?壽?咤 | 001111111110000111111000001111111111011011100011 | 3fe1f83ff6e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)