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 | 邉雁泣籬 | 1110011110110011100010101110010110001011100000111110001011011111 | e7b38ae58b83e2df |
EUC-JP | 邉雁泣籬 | 1110111010110101101101001110011110110101111000111110010011100001 | eeb5b4e7b5e3e4e1 |
UTF-8 | 邉雁泣籬 | 111010011000001010001001111010011001101110000001111001101011001110100011111001111011000110101100 | e98289e99b81e6b3a3e7b1ac |
UHC | ?雁泣籬 | 00111111111001001101001011101011111010001101011111100110 | 3fe4d2ebe8d7e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)