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 | 邉雁泣縺 | 1110011110110011100010101110010110001011100000111110001110000001 | e7b38ae58b83e381 |
EUC-JP | 邉雁泣縺 | 1110111010110101101101001110011110110101111000111110010111100001 | eeb5b4e7b5e3e5e1 |
UTF-8 | 邉雁泣縺 | 111010011000001010001001111010011001101110000001111001101011001110100011111001111011100010111010 | e98289e99b81e6b3a3e7b8ba |
UHC | ?雁泣? | 001111111110010011010010111010111110100000111111 | 3fe4d2ebe83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)