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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陬吶m辣、鄧 | 1110100010100011100110011110001110000010100011011110011110000101101001001111101110111001 | e8a399e3828de785a4fbb9 |
EUC-JP | 陬吶m辣、鄧 | 11110000101001011101001011100101101000111110110111101101111001011000111010100100100011111110001011000111 | f0a5d2e5a3edede58ea48fe2c7 |
UTF-8 | 陬吶m辣、鄧 | 111010011001100110101100111001011001000010110110111011111011110110001101111010001011111010100011111011111011110110100100111010011000010010100111 | e999ace590b6efbd8de8bea3efbda4e984a7 |
UHC | ??m辣?鄧 | 001111110011111110100011111011011101010110111000001111111101010011111000 | 3f3fa3edd5b83fd4f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)